summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Wilbert Pol <wilbertpol@users.noreply.github.com>2016-02-13 20:16:10 +0100
committer Wilbert Pol <wilbertpol@users.noreply.github.com>2016-02-13 20:16:10 +0100
commitc62ba64a5028055f4bff0bd8c840bcdb16fa08d6 (patch)
treeba7f543e83f3b7f4cf0df7a1c8d2dd0f518f98f5
parentf5e8c864c200c131e2e708643219f446234a4dff (diff)
commented out unused member; fixes clang build (nw)
-rw-r--r--src/emu/ui/mainmenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/ui/mainmenu.h b/src/emu/ui/mainmenu.h
index 59c937d853f..0684e230ad8 100644
--- a/src/emu/ui/mainmenu.h
+++ b/src/emu/ui/mainmenu.h
@@ -52,7 +52,7 @@ private:
QUIT_GAME
};
- bool submenu;
+ //bool submenu;
};
#endif /* __UI_MAINMENU_H__ */