mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
PINK: Fix Unused Const Variable Compiler Warning.
This commit is contained in:
parent
ae9f898a1d
commit
6ae2bff1c7
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user