diff options
-rw-r--r-- | scumm/smush/codec47.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/smush/codec47.cpp b/scumm/smush/codec47.cpp index 85825e395e..4083528635 100644 --- a/scumm/smush/codec47.cpp +++ b/scumm/smush/codec47.cpp @@ -548,8 +548,6 @@ void Codec47Decoder::deinit() { Codec47Decoder::~Codec47Decoder() { deinit(); -#ifdef __PALM_OS__ -#endif } bool Codec47Decoder::decode(byte *dst, const byte *src) { |