aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {