aboutsummaryrefslogtreecommitdiff
path: root/common/textconsole.cpp
diff options
context:
space:
mode:
authorLars Persson2010-11-19 12:49:33 +0000
committerLars Persson2010-11-19 12:49:33 +0000
commit824a4009c9d32806d2677a97cbff434de98fad90 (patch)
tree5e231d741d6172d8ac38d8a7750bcdc13f8f247d /common/textconsole.cpp
parent714263d5e908c68f986cef165e34d381878a5f32 (diff)
downloadscummvm-rg350-824a4009c9d32806d2677a97cbff434de98fad90.tar.gz
scummvm-rg350-824a4009c9d32806d2677a97cbff434de98fad90.tar.bz2
scummvm-rg350-824a4009c9d32806d2677a97cbff434de98fad90.zip
SYMBIAN : Remove Symbian FatalError implementation (not really used anymore for any current symbian phone)
svn-id: r54372
Diffstat (limited to 'common/textconsole.cpp')
-rw-r--r--common/textconsole.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/textconsole.cpp b/common/textconsole.cpp
index 866128e2e2..4602b3be8d 100644
--- a/common/textconsole.cpp
+++ b/common/textconsole.cpp
@@ -95,10 +95,6 @@ void NORETURN_PRE error(const char *s, ...) {
if (Common::s_errorHandler)
(*Common::s_errorHandler)(buf_output);
-#ifdef __SYMBIAN32__
- Symbian::FatalError(buf_output);
-#endif
-
if (g_system)
g_system->fatalError();