aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/disk.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/disk.h')
-rw-r--r--engines/parallaction/disk.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/parallaction/disk.h b/engines/parallaction/disk.h
index 13bdd2a73f..21ff4aba76 100644
--- a/engines/parallaction/disk.h
+++ b/engines/parallaction/disk.h
@@ -240,8 +240,6 @@ protected:
BackgroundInfo _backgroundTemp;
Sprites* createSprites(const char *name);
- void unpackFrame(byte *dst, byte *src, uint16 planeSize);
- void unpackBitmap(byte *dst, byte *src, uint16 numFrames, uint16 bytesPerPlane, uint16 height);
Font *createFont(const char *name, Common::SeekableReadStream &stream);
void loadMask(BackgroundInfo& info, const char *name);
void loadBackground(BackgroundInfo& info, const char *name);