[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.h,1.32,1.33

Max Horn fingolfin at users.sourceforge.net
Thu May 29 05:35:03 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv7564

Modified Files:
	gfx.h 
Log Message:
removed obsolete

Index: gfx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- gfx.h	29 May 2003 11:48:44 -0000	1.32
+++ gfx.h	29 May 2003 12:34:14 -0000	1.33
@@ -130,8 +130,6 @@
 	/* Bitmap decompressors */
 	bool decompressBitmap(byte *bgbak_ptr, const byte *src, int numLinesToProcess);
 	void decodeStripEGA(byte *dst, const byte *src, int height);
-	void decodeStripOldEGA(byte *dst, const byte *src, int height, int stripnr);
-	void decompressMaskImgOld(byte *dst, const byte *src, int stripnr);
 	void unkDecodeA(byte *dst, const byte *src, int height);
 	void unkDecodeA_trans(byte *dst, const byte *src, int height);
 	void unkDecodeB(byte *dst, const byte *src, int height);





More information about the Scummvm-git-logs mailing list