mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
NGI: Remove Redundant Declaration
This causes GCC Warnings when -Wredundant-decls is enabled.
This commit is contained in:
@@ -123,7 +123,6 @@ int scene18_updateCursor();
|
||||
void scene19_preload();
|
||||
void scene19_setMovements(Scene *sc, int entranceId);
|
||||
void scene19_initScene2();
|
||||
void scene19_setMovements(Scene *sc, int key);
|
||||
int sceneHandler19(ExCommand *cmd);
|
||||
int scene19_updateCursor();
|
||||
void scene19_setSugarState(Scene *sc);
|
||||
|
||||
Reference in New Issue
Block a user