diff options
author | Paweł Kołodziejski | 2003-08-17 16:40:36 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2003-08-17 16:40:36 +0000 |
commit | 711c2b76cecf939942b401e74d5cca932800b60d (patch) | |
tree | 8e9bc5c0c93e720b666ebeac8b099b7c3ce9912e /scumm | |
parent | bcb78c6ea028a6e4abe8c09c2198df82495a6b37 (diff) | |
download | scummvm-rg350-711c2b76cecf939942b401e74d5cca932800b60d.tar.gz scummvm-rg350-711c2b76cecf939942b401e74d5cca932800b60d.tar.bz2 scummvm-rg350-711c2b76cecf939942b401e74d5cca932800b60d.zip |
.
svn-id: r9744
Diffstat (limited to 'scumm')
-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) { |