mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 03:24:50 +00:00
MACVENTURE: Remove Unused Variable Causing GCC Compiler Warning
This commit is contained in:
parent
34873d127f
commit
89114c992a
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user