MACVENTURE: Remove Another Unused Variable Causing GCC Compiler Warning

This commit is contained in:
D G Turner 2022-09-06 00:12:31 +01:00
parent 89114c992a
commit 3a419a580a

View File

@ -465,7 +465,6 @@ bool Gui::loadMenus() {
}
Common::MacResIDArray resArray;
Common::SeekableReadStream *res;
Common::MacResIDArray::const_iterator iter;
if ((resArray = _resourceManager->getResIDArray(MKTAG('M', 'E', 'N', 'U'))).size() == 0)