From 3a419a580a0c67cc85d6ca94c31ec5323e0eaf97 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Tue, 6 Sep 2022 00:12:31 +0100 Subject: [PATCH] MACVENTURE: Remove Another Unused Variable Causing GCC Compiler Warning --- engines/macventure/gui.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/engines/macventure/gui.cpp b/engines/macventure/gui.cpp index c8a3c0a1ded..abccc530efb 100644 --- a/engines/macventure/gui.cpp +++ b/engines/macventure/gui.cpp @@ -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)