From 5658e71f4d7c2245098316434db2f239871e9f05 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sat, 8 Jul 2006 11:42:07 +0000 Subject: Added support for DXA cutscenes, while still retaining support for the old MPEG cutscenes and the "dummy" (subtitles and voice-over) mode. Several tweaks and cleanups were made in this process, and there may very well be regressions, but it should be stable enough to commit. svn-id: r23420 --- engines/sword2/screen.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/sword2/screen.h') diff --git a/engines/sword2/screen.h b/engines/sword2/screen.h index 1a393e53a4..d5a01485fa 100644 --- a/engines/sword2/screen.h +++ b/engines/sword2/screen.h @@ -428,10 +428,6 @@ public: void plotPoint(int x, int y, uint8 colour); void drawLine(int x0, int y0, int x1, int y1, uint8 colour); -#ifdef BACKEND_8BIT - void plotYUV(byte *lut, int width, int height, byte *const *dat); -#endif - void rollCredits(); void splashScreen(); }; -- cgit v1.2.3