aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/newfatal.cpp
diff options
context:
space:
mode:
authorSimei Yin2017-08-21 09:10:41 +0200
committerSimei Yin2017-08-21 10:19:19 +0200
commita9ee51d6ce79a6510a6f11b090e167e1047dd60d (patch)
tree5edf19337cc24e44bfe42110be8b1655a75715bf /engines/sludge/newfatal.cpp
parentd9a6791500eef13d64d7b3d11136b9c901af7f2f (diff)
downloadscummvm-rg350-a9ee51d6ce79a6510a6f11b090e167e1047dd60d.tar.gz
scummvm-rg350-a9ee51d6ce79a6510a6f11b090e167e1047dd60d.tar.bz2
scummvm-rg350-a9ee51d6ce79a6510a6f11b090e167e1047dd60d.zip
SLUDGE: Some code cleaning
Diffstat (limited to 'engines/sludge/newfatal.cpp')
-rw-r--r--engines/sludge/newfatal.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/sludge/newfatal.cpp b/engines/sludge/newfatal.cpp
index 673fc023c8..70f6bd9209 100644
--- a/engines/sludge/newfatal.cpp
+++ b/engines/sludge/newfatal.cpp
@@ -53,10 +53,6 @@ bool hasFatal() {
return false;
}
-void registerWindowForFatal() {
- g_sludge->fatalInfo = "There's an error with this SLUDGE game! If you're designing this game, please turn on verbose error messages in the project manager and recompile. If not, please contact the author saying where and how this problem occured.";
-}
-
int inFatal(const Common::String &str) {
g_sludge->_soundMan->killSoundStuff();
error("%s", str.c_str());