diff options
author | Filippos Karapetis | 2014-12-07 15:48:11 +0200 |
---|---|---|
committer | Filippos Karapetis | 2014-12-07 15:48:11 +0200 |
commit | ce40801f5b80aaf8786b7ac790588bd83250372b (patch) | |
tree | 2a2d562c42a4d630bfbc398e852ff9ff9cd33d3f /engines | |
parent | 0e763f6aa209613cbbbb4d4e3e2c1b8938c4f865 (diff) | |
download | scummvm-rg350-ce40801f5b80aaf8786b7ac790588bd83250372b.tar.gz scummvm-rg350-ce40801f5b80aaf8786b7ac790588bd83250372b.tar.bz2 scummvm-rg350-ce40801f5b80aaf8786b7ac790588bd83250372b.zip |
MOHAWK: Comment out unused constant
Thanks to fingolfin for finding this unused code
Diffstat (limited to 'engines')
-rw-r--r-- | engines/mohawk/riven_external.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/riven_external.cpp b/engines/mohawk/riven_external.cpp index 3d0bccc47f..cda0683028 100644 --- a/engines/mohawk/riven_external.cpp +++ b/engines/mohawk/riven_external.cpp @@ -2513,7 +2513,7 @@ void RivenExternal::xthideinventory(uint16 argc, uint16 *argv) { static const uint32 kMarbleCount = 6; static const int kSmallMarbleWidth = 4; static const int kSmallMarbleHeight = 2; -static const int kLargeMarbleSize = 8; +//static const int kLargeMarbleSize = 8; static const int kMarbleHotspotSize = 13; static const char *s_marbleNames[] = { "tred", "torange", "tyellow", "tgreen", "tblue", "tviolet" }; |