diff options
Diffstat (limited to 'engines/glk/scott/scott.h')
-rw-r--r-- | engines/glk/scott/scott.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/glk/scott/scott.h b/engines/glk/scott/scott.h index b7527fe6fc..7f0e76109a 100644 --- a/engines/glk/scott/scott.h +++ b/engines/glk/scott/scott.h @@ -157,8 +157,6 @@ private: int performLine(int ct); int performActions(int vb, int no); - int xstrcasecmp(const char *, const char *); - int xstrncasecmp(const char *, const char *, size_t); void readInts(Common::SeekableReadStream *f, size_t count, ...); public: /** |