aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-08-17 16:40:36 +0000
committerPaweł Kołodziejski2003-08-17 16:40:36 +0000
commit711c2b76cecf939942b401e74d5cca932800b60d (patch)
tree8e9bc5c0c93e720b666ebeac8b099b7c3ce9912e
parentbcb78c6ea028a6e4abe8c09c2198df82495a6b37 (diff)
downloadscummvm-rg350-711c2b76cecf939942b401e74d5cca932800b60d.tar.gz
scummvm-rg350-711c2b76cecf939942b401e74d5cca932800b60d.tar.bz2
scummvm-rg350-711c2b76cecf939942b401e74d5cca932800b60d.zip
.
svn-id: r9744
-rw-r--r--scumm/smush/codec47.cpp2
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) {