aboutsummaryrefslogtreecommitdiff
path: root/common/textconsole.cpp
diff options
context:
space:
mode:
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();