aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/groovie.h
diff options
context:
space:
mode:
authorD G Turner2011-06-03 13:58:06 +0100
committerD G Turner2011-06-03 13:58:06 +0100
commit938415aca1bd8f51791fe6b6970323659f0178ff (patch)
treeaad8ffc5d0336d3ed1e08423a455ca17e909c145 /engines/groovie/groovie.h
parent87070cbdc8f8c08ca10b16ce3a3ded70c5f52e2b (diff)
downloadscummvm-rg350-938415aca1bd8f51791fe6b6970323659f0178ff.tar.gz
scummvm-rg350-938415aca1bd8f51791fe6b6970323659f0178ff.tar.bz2
scummvm-rg350-938415aca1bd8f51791fe6b6970323659f0178ff.zip
GROOVIE: Remove Unecessary debugger errorString() function.
Diffstat (limited to 'engines/groovie/groovie.h')
-rw-r--r--engines/groovie/groovie.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/groovie/groovie.h b/engines/groovie/groovie.h
index eb64cfc60a..df2f062757 100644
--- a/engines/groovie/groovie.h
+++ b/engines/groovie/groovie.h
@@ -91,7 +91,6 @@ protected:
// Engine APIs
Common::Error run();
- virtual void errorString(const char *buf_input, char *buf_output, int buf_output_size);
virtual bool hasFeature(EngineFeature f) const;