diff options
author | Robert Göffringmann | 2004-12-05 07:35:27 +0000 |
---|---|---|
committer | Robert Göffringmann | 2004-12-05 07:35:27 +0000 |
commit | ecf6a579c55e8485da112c554080e999deaa9368 (patch) | |
tree | d45cfb2d0e39b3525684245d5b67d39e7b14ccc3 | |
parent | d91e587d41423b7f1b3af69acac30b5b49547a6b (diff) | |
download | scummvm-rg350-ecf6a579c55e8485da112c554080e999deaa9368.tar.gz scummvm-rg350-ecf6a579c55e8485da112c554080e999deaa9368.tar.bz2 scummvm-rg350-ecf6a579c55e8485da112c554080e999deaa9368.zip |
forgot to remove this.
svn-id: r15986
-rw-r--r-- | sword1/animation.h | 1 | ||||
-rw-r--r-- | sword1/screen.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sword1/animation.h b/sword1/animation.h index 078311b739..e78a8121cd 100644 --- a/sword1/animation.h +++ b/sword1/animation.h @@ -87,7 +87,6 @@ private: void insertOverlay(OverlayColor *buf, uint8 *ovl, OverlayColor *pal); void processFrame(uint32 animId, AnimationState *anim, uint32 frameNo); bool initOverlays(uint32 id); - void decompressRle(uint8 *src, uint8 *dest, uint32 srcSize); Screen *_scr; SoundMixer *_snd; OSystem *_sys; diff --git a/sword1/screen.cpp b/sword1/screen.cpp index 0f33629cdc..f6920417a6 100644 --- a/sword1/screen.cpp +++ b/sword1/screen.cpp @@ -31,7 +31,6 @@ #include "sword1/objectman.h" #include "sword1/menu.h" #include "sword1/sword1.h" -#include "sword1/animation.h" namespace Sword1 { |