aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/sword1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword1/sword1.cpp')
-rw-r--r--engines/sword1/sword1.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/sword1/sword1.cpp b/engines/sword1/sword1.cpp
index 137c9242b2..88c8063c08 100644
--- a/engines/sword1/sword1.cpp
+++ b/engines/sword1/sword1.cpp
@@ -131,10 +131,6 @@ namespace Sword1 {
SystemVars SwordEngine::_systemVars;
-void SwordEngine::errorString(const char *buf1, char *buf2) {
- strcpy(buf2, buf1);
-}
-
SwordEngine::SwordEngine(OSystem *syst)
: Engine(syst) {