diff options
| -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 {  | 
