mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 23:31:57 +00:00
SCI: removing debugShowMap from SciGui32
svn-id: r47906
This commit is contained in:
parent
03dd0ac7bb
commit
71519a0a8f
@ -239,9 +239,4 @@ void SciGui32::drawRobot(GuiResourceId robotId) {
|
||||
delete test;
|
||||
}
|
||||
|
||||
bool SciGui32::debugShowMap(int mapNo) {
|
||||
_screen->debugShowMap(mapNo);
|
||||
return false;
|
||||
}
|
||||
|
||||
} // End of namespace Sci
|
||||
|
@ -71,8 +71,6 @@ public:
|
||||
|
||||
void drawRobot(GuiResourceId robotId);
|
||||
|
||||
bool debugShowMap(int mapNo);
|
||||
|
||||
// FIXME: Don't store EngineState
|
||||
void resetEngineState(EngineState *s);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user