aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Göffringmann2004-12-05 07:35:27 +0000
committerRobert Göffringmann2004-12-05 07:35:27 +0000
commitecf6a579c55e8485da112c554080e999deaa9368 (patch)
treed45cfb2d0e39b3525684245d5b67d39e7b14ccc3
parentd91e587d41423b7f1b3af69acac30b5b49547a6b (diff)
downloadscummvm-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.h1
-rw-r--r--sword1/screen.cpp1
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 {