aboutsummaryrefslogtreecommitdiff
path: root/common/scummsys.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/scummsys.h')
-rw-r--r--common/scummsys.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index a09d6fd85f..7b81dabece 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -288,13 +288,6 @@
//
-// Define scumm_stricmp and scumm_strnicmp
-//
-extern int scumm_stricmp(const char *s1, const char *s2);
-extern int scumm_strnicmp(const char *s1, const char *s2, uint n);
-
-
-//
// Overlay color type (FIXME: shouldn't be declared here)
//
#if defined(NEWGUI_256)