aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dmglobals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dm/dmglobals.cpp')
-rw-r--r--engines/dm/dmglobals.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/dm/dmglobals.cpp b/engines/dm/dmglobals.cpp
index b55c4052ba..02e819dff4 100644
--- a/engines/dm/dmglobals.cpp
+++ b/engines/dm/dmglobals.cpp
@@ -39,7 +39,6 @@
#include "movesens.h"
#include "string.h"
-
namespace DM {
void DMEngine::initConstants() {
@@ -56,10 +55,4 @@ void DMEngine::initConstants() {
_dirIntoStepCountNorth[3] = 0; // South
}
-void DMEngine::displayErrorAndStop(int16 errorIndex) {
- debug("Stuff hit the fun: %d", errorIndex);
- Common::Event event;
- while (_system->getEventManager()->pollEvent(event) || true)
- ;
-}
} // End of namespace DM