From 9abaa064a07bfb44ea3663e026cce874c77d449e Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Tue, 30 Jan 2007 22:44:14 +0000 Subject: got rid of codec37/codec47 init/deinit methods, cleanup svn-id: r25295 --- engines/scumm/smush/codec47.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'engines/scumm/smush/codec47.h') diff --git a/engines/scumm/smush/codec47.h b/engines/scumm/smush/codec47.h index ea71c22963..017f518e7e 100644 --- a/engines/scumm/smush/codec47.h +++ b/engines/scumm/smush/codec47.h @@ -53,10 +53,8 @@ private: void decode2(byte *dst, const byte *src, int width, int height, const byte *param_ptr); public: - Codec47Decoder(); + Codec47Decoder(int width, int height); ~Codec47Decoder(); - void init(int width, int height); - void deinit(); bool decode(byte *dst, const byte *src); }; -- cgit v1.2.3