mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
HDB: Fix Redundant Declaration Warnings
These are emitted by GCC if -Wredundant-decls is enabled.
This commit is contained in:
parent
027f85f612
commit
bee3506514
@ -138,7 +138,6 @@ void aiListenBotInit(AIEntity *e);
|
||||
void aiListenBotInit2(AIEntity *e);
|
||||
void aiOmniBotInit(AIEntity *e);
|
||||
void aiOmniBotInit2(AIEntity *e);
|
||||
void aiLaserAction(AIEntity *e);
|
||||
void aiLaserInit(AIEntity *e);
|
||||
void aiLaserInit2(AIEntity *e);
|
||||
void aiDiverterInit(AIEntity *e);
|
||||
|
Loading…
Reference in New Issue
Block a user