From a2dc897fe58e5521361a07b1e39a8b4c84d0dacf Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 16 Sep 2006 15:01:14 +0000 Subject: Reduce code duplication svn-id: r23888 --- engines/saga/saga.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/saga/saga.h') diff --git a/engines/saga/saga.h b/engines/saga/saga.h index c9edbe9d46..91af7e3a7d 100644 --- a/engines/saga/saga.h +++ b/engines/saga/saga.h @@ -250,8 +250,6 @@ inline uint16 objectIndexToId(int type, int index) { class SagaEngine : public Engine { friend class Scene; - void errorString(const char *buf_input, char *buf_output); - protected: int go(); int init(); -- cgit v1.2.3