[Scummvm-git-logs] scummvm master -> 89114c992a642a82fd24f7808f01ef7b4e25232b
digitall
noreply at scummvm.org
Mon Sep 5 22:15:40 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:
89114c992a MACVENTURE: Remove Unused Variable Causing GCC Compiler Warning
Commit: 89114c992a642a82fd24f7808f01ef7b4e25232b
https://github.com/scummvm/scummvm/commit/89114c992a642a82fd24f7808f01ef7b4e25232b
Author: D G Turner (digitall at scummvm.org)
Date: 2022-09-05T23:14:53+01:00
Commit Message:
MACVENTURE: Remove Unused Variable Causing GCC Compiler Warning
Changed paths:
engines/macventure/gui.cpp
diff --git a/engines/macventure/gui.cpp b/engines/macventure/gui.cpp
index 1c128ab7882..c8a3c0a1ded 100644
--- a/engines/macventure/gui.cpp
+++ b/engines/macventure/gui.cpp
@@ -473,7 +473,6 @@ bool Gui::loadMenus() {
_menu->addMenuItem(nullptr, "Abb", kMenuActionAbout, 0, 'A', true);
- int i = 1;
for (iter = resArray.begin(); iter != resArray.end(); ++iter) {
_menu->loadMenuResource(_resourceManager, *iter);
}
More information about the Scummvm-git-logs
mailing list