mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
NGI: Fix Remaining Unused Variable GCC Compiler Warning
This commit is contained in:
parent
d66a495047
commit
c7002d9b45
@ -120,6 +120,7 @@ MessageQueue *AniHandler::makeQueue(StaticANIObject *ani, int staticsIndex, int,
|
||||
|
||||
startidx = _items[idx].subItems[subidx].staticsIndex;
|
||||
|
||||
#if 0
|
||||
uint step;
|
||||
|
||||
if (_items[idx].subItems[subidx].movement->_currMovement)
|
||||
@ -127,7 +128,6 @@ MessageQueue *AniHandler::makeQueue(StaticANIObject *ani, int staticsIndex, int,
|
||||
else
|
||||
step = _items[idx].subItems[subidx].movement->_dynamicPhases.size();
|
||||
|
||||
#if 0
|
||||
i += step;
|
||||
#endif
|
||||
} while (startidx != endidx);
|
||||
|
Loading…
Reference in New Issue
Block a user