[Scummvm-git-logs] scummvm master -> 431fe2047e04ce1cbc24e15ab1487914d6274cd8
digitall
noreply at scummvm.org
Sun Feb 25 15:40:29 UTC 2024
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:
431fe2047e M4: Fix Duplicate Declaration GCC Compiler Warning
Commit: 431fe2047e04ce1cbc24e15ab1487914d6274cd8
https://github.com/scummvm/scummvm/commit/431fe2047e04ce1cbc24e15ab1487914d6274cd8
Author: D G Turner (digitall at scummvm.org)
Date: 2024-02-25T15:39:44Z
Commit Message:
M4: Fix Duplicate Declaration GCC Compiler Warning
Changed paths:
engines/m4/burger/gui/game_menu.cpp
diff --git a/engines/m4/burger/gui/game_menu.cpp b/engines/m4/burger/gui/game_menu.cpp
index e72a95dd7e3..185fdaff5a1 100644
--- a/engines/m4/burger/gui/game_menu.cpp
+++ b/engines/m4/burger/gui/game_menu.cpp
@@ -52,8 +52,6 @@ namespace GUI {
static bool buttonClosesDialog;
void UpdateThumbNails(int32 firstSlot, guiMenu *myMenu);
-void CreateSaveMenu(RGB8 *myPalette);
-void CreateLoadMenu(RGB8 *myPalette);
Sprite *menu_CreateThumbnail(int32 *spriteSize) {
Sprite *thumbNailSprite;
More information about the Scummvm-git-logs
mailing list