From 3d10ecf1aed951cdc37b80fb0a320635e494892c Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 16 May 2006 16:31:23 +0000 Subject: Removes ENABLE_KYRA2 and ENABLE_KYRA3. svn-id: r22492 --- engines/kyra/wsamovie.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/kyra/wsamovie.cpp') diff --git a/engines/kyra/wsamovie.cpp b/engines/kyra/wsamovie.cpp index 85cb0c3a33..165da86a6d 100644 --- a/engines/kyra/wsamovie.cpp +++ b/engines/kyra/wsamovie.cpp @@ -207,7 +207,6 @@ void WSAMovieV1::processFrame(int frameNum, uint8 *dst) { #pragma mark - -#ifdef ENABLE_KYRA3 WSAMovieV3::WSAMovieV3(KyraEngine_v3 *vm) : WSAMovieV1(vm), _vm3(vm), _xAdd(0), _yAdd(0) {} void WSAMovieV3::open(const char *filename, int unk1, uint8 *palBuf) { @@ -282,6 +281,5 @@ void WSAMovieV3::open(const char *filename, int unk1, uint8 *palBuf) { delete [] p; _opened = true; } -#endif } // end of namespace Kyra -- cgit v1.2.3