mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-02 15:16:46 +00:00
DEVTOOLS: Fix Redundant Declaration in Teenagent Datafile Tool
This would produce GCC Warnings if -Wredundant-decls is enabled.
This commit is contained in:
parent
6f637ada20
commit
0b417714ca
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user