[Scummvm-git-logs] scummvm master -> 929ea42b8e76f65c71aaa43bbf9a3c0c8a072cb3

digitall noreply at scummvm.org
Mon Mar 7 10:19:34 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
929ea42b8e NGI: Remove Redundant Declaration


Commit: 929ea42b8e76f65c71aaa43bbf9a3c0c8a072cb3
    https://github.com/scummvm/scummvm/commit/929ea42b8e76f65c71aaa43bbf9a3c0c8a072cb3
Author: D G Turner (digitall at scummvm.org)
Date: 2022-03-07T10:18:50Z

Commit Message:
NGI: Remove Redundant Declaration

This causes GCC Warnings when -Wredundant-decls is enabled.

Changed paths:
    engines/ngi/scenes.h


diff --git a/engines/ngi/scenes.h b/engines/ngi/scenes.h
index 45fd3cc56e4..50596f356f8 100644
--- a/engines/ngi/scenes.h
+++ b/engines/ngi/scenes.h
@@ -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);




More information about the Scummvm-git-logs mailing list