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.h | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/groovie/groovie.h') 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; -- cgit v1.2.3