From 938415aca1bd8f51791fe6b6970323659f0178ff Mon Sep 17 00:00:00 2001 From: D G Turner Date: Fri, 3 Jun 2011 13:58:06 +0100 Subject: GROOVIE: Remove Unecessary debugger errorString() function. --- engines/groovie/groovie.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'engines/groovie/groovie.cpp') diff --git a/engines/groovie/groovie.cpp b/engines/groovie/groovie.cpp index 8b6ee2ca42..5f95de649a 100644 --- a/engines/groovie/groovie.cpp +++ b/engines/groovie/groovie.cpp @@ -336,11 +336,6 @@ bool GroovieEngine::hasFeature(EngineFeature f) const { (f == kSupportsLoadingDuringRuntime); } -void GroovieEngine::errorString(const char *buf_input, char *buf_output, int buf_output_size) { - //snprintf(buf_output, buf_output_size, "%s%s\n", _script.getContext().c_str(), buf_input); - snprintf(buf_output, buf_output_size, "%s", buf_input); -} - void GroovieEngine::syncSoundSettings() { Engine::syncSoundSettings(); -- cgit v1.2.3