aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/gob.cpp')
-rw-r--r--engines/gob/gob.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp
index 739a55801e..43a4beb4ac 100644
--- a/engines/gob/gob.cpp
+++ b/engines/gob/gob.cpp
@@ -204,10 +204,6 @@ GobEngine::~GobEngine() {
delete[] _startTot0;
}
-void GobEngine::errorString(const char *buf1, char *buf2) {
- strcpy(buf2, buf1);
-}
-
int GobEngine::go() {
_init->initGame(0);