From a2dc897fe58e5521361a07b1e39a8b4c84d0dacf Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 16 Sep 2006 15:01:14 +0000 Subject: Reduce code duplication svn-id: r23888 --- engines/lure/lure.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/lure/lure.cpp') diff --git a/engines/lure/lure.cpp b/engines/lure/lure.cpp index 324ac8056b..deba78b698 100644 --- a/engines/lure/lure.cpp +++ b/engines/lure/lure.cpp @@ -314,10 +314,6 @@ int LureEngine::go() { return 0; } -void LureEngine::errorString(const char *buf1, char *buf2) { - strcpy(buf2, buf1); -} - void LureEngine::quitGame() { _system->quit(); } -- cgit v1.2.3