DEVTOOLS: Fix Redundant Declaration in Teenagent Datafile Tool

This would produce GCC Warnings if -Wredundant-decls is enabled.
This commit is contained in:
D G Turner 2022-03-07 09:10:05 +00:00
parent 6f637ada20
commit 0b417714ca

View File

@ -49,7 +49,6 @@ uint32 fileSize(FILE *fp);
void NORETURN_PRE error(const char *s, ...) NORETURN_POST;
void warning(const char *s, ...);
void debug(int level, const char *s, ...);
int scumm_stricmp(const char *s1, const char *s2);
using namespace Common;