diff options
Diffstat (limited to 'engines/engine.cpp')
-rw-r--r-- | engines/engine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/engine.cpp b/engines/engine.cpp index 0af01f72c9..4176d003f1 100644 --- a/engines/engine.cpp +++ b/engines/engine.cpp @@ -99,7 +99,6 @@ Engine::Engine(OSystem *syst) _mainMenuDialog(NULL) { g_engine = this; - Common::setDebugOutputFormatter(defaultOutputFormatter); Common::setErrorOutputFormatter(defaultOutputFormatter); Common::setErrorHandler(defaultErrorHandler); |