PINK: Fix Unused Const Variable Compiler Warning.

This commit is contained in:
D G Turner 2018-07-29 08:08:03 +01:00
parent ae9f898a1d
commit 6ae2bff1c7

View File

@ -54,6 +54,7 @@ enum {
kMenuActionExit
};
/* Currently Unused
static const Graphics::MacMenuData menuSubItems[] = {
{ kMenuHighLevel, "Game", 0, 0, false },
{ kMenuHighLevel, "Book of Knowledge", 0, 0, false },
@ -74,7 +75,7 @@ static const Graphics::MacMenuData menuSubItems[] = {
{ 0, NULL, 0, 0, false }
};
*/
Director::Director()
: _surface(640, 480) {