From 57a9ef3a8f42a7bb71d17f6150dce1e652ce33c0 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 21 Apr 2008 20:51:17 +0000 Subject: Patch #1941066: "CinE sprite overlay rewrite" courtsey of next_ghost svn-id: r31651 --- engines/cine/anim.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/cine/anim.cpp') diff --git a/engines/cine/anim.cpp b/engines/cine/anim.cpp index 312de4a6db..f17c7a92fc 100644 --- a/engines/cine/anim.cpp +++ b/engines/cine/anim.cpp @@ -186,7 +186,6 @@ static const AnimDataEntry transparencyData[] = { }; void convertMask(byte *dest, const byte *source, int16 width, int16 height); -void generateMask(const byte *sprite, byte *mask, uint16 size, byte transparency); void convert8BBP(byte *dest, const byte *source, int16 width, int16 height); void convert8BBP2(byte *dest, byte *source, int16 width, int16 height); -- cgit v1.2.3