aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/smush/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/smush/channel.h')
-rw-r--r--engines/scumm/smush/channel.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/scumm/smush/channel.h b/engines/scumm/smush/channel.h
index 37b55030ea..2dd523dc06 100644
--- a/engines/scumm/smush/channel.h
+++ b/engines/scumm/smush/channel.h
@@ -73,9 +73,6 @@ private:
bool _keepSize;
protected:
- void handleStrk(Chunk &c);
- void handleSmrk(Chunk &c);
- void handleShdr(Chunk &c);
bool handleSubTags(int32 &offset);
public:
@@ -106,9 +103,6 @@ private:
protected:
void decode();
bool handleMap(Chunk &c);
- bool handleFormat(Chunk &c);
- bool handleRegion(Chunk &c);
- bool handleStop(Chunk &c);
bool handleSubTags(int32 &offset);
public: