SCI: removing debugShowMap from SciGui32

svn-id: r47906
This commit is contained in:
Martin Kiewitz 2010-02-05 15:55:18 +00:00
parent 03dd0ac7bb
commit 71519a0a8f
2 changed files with 0 additions and 7 deletions
engines/sci/graphics

@ -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);