aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/groovie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie/groovie.cpp')
-rw-r--r--engines/groovie/groovie.cpp5
1 files changed, 0 insertions, 5 deletions
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();