aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.h
diff options
context:
space:
mode:
authorMax Horn2006-09-16 15:01:14 +0000
committerMax Horn2006-09-16 15:01:14 +0000
commita2dc897fe58e5521361a07b1e39a8b4c84d0dacf (patch)
tree623d9f98ca93a828bbe4fd05bf2f4735a181b950 /engines/gob/gob.h
parent250133baf0f665deca81d20631df1299ca571b81 (diff)
downloadscummvm-rg350-a2dc897fe58e5521361a07b1e39a8b4c84d0dacf.tar.gz
scummvm-rg350-a2dc897fe58e5521361a07b1e39a8b4c84d0dacf.tar.bz2
scummvm-rg350-a2dc897fe58e5521361a07b1e39a8b4c84d0dacf.zip
Reduce code duplication
svn-id: r23888
Diffstat (limited to 'engines/gob/gob.h')
-rw-r--r--engines/gob/gob.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/gob/gob.h b/engines/gob/gob.h
index fce5dea35a..91a53ea050 100644
--- a/engines/gob/gob.h
+++ b/engines/gob/gob.h
@@ -82,8 +82,6 @@ enum {
};
class GobEngine : public Engine {
- void errorString(const char *buf_input, char *buf_output);
-
protected:
int go();
int init();