aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/disk.h
diff options
context:
space:
mode:
authorNicola Mettifogo2008-04-17 09:30:04 +0000
committerNicola Mettifogo2008-04-17 09:30:04 +0000
commitff2dfb6a4ea34389e71ea6ea3afbd4449c333dfa (patch)
tree1009d272dde360515b02fdfbd954b506bf248294 /engines/parallaction/disk.h
parent90ae32c97577c573737906e0913b74ae6083abd4 (diff)
downloadscummvm-rg350-ff2dfb6a4ea34389e71ea6ea3afbd4449c333dfa.tar.gz
scummvm-rg350-ff2dfb6a4ea34389e71ea6ea3afbd4449c333dfa.tar.bz2
scummvm-rg350-ff2dfb6a4ea34389e71ea6ea3afbd4449c333dfa.zip
Cleanup of background loading for BRA.
svn-id: r31531
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);