aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/graphics')
-rw-r--r--engines/sci/graphics/gui32.cpp5
-rw-r--r--engines/sci/graphics/gui32.h2
2 files changed, 0 insertions, 7 deletions
diff --git a/engines/sci/graphics/gui32.cpp b/engines/sci/graphics/gui32.cpp
index 0191504b55..9b9f2fc648 100644
--- a/engines/sci/graphics/gui32.cpp
+++ b/engines/sci/graphics/gui32.cpp
@@ -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
diff --git a/engines/sci/graphics/gui32.h b/engines/sci/graphics/gui32.h
index 28e15fecba..bb1aa38107 100644
--- a/engines/sci/graphics/gui32.h
+++ b/engines/sci/graphics/gui32.h
@@ -71,8 +71,6 @@ public:
void drawRobot(GuiResourceId robotId);
- bool debugShowMap(int mapNo);
-
// FIXME: Don't store EngineState
void resetEngineState(EngineState *s);