[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
- Previous message: [Scummvm-cvs-logs] CVS: web styles.css,1.6,1.7
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm camera.cpp,NONE,2.1 gfx.cpp,2.122,2.123 gfx.h,1.33,1.34 intern.h,2.95,2.96 module.mk,1.16,1.17 scumm.h,1.219,1.220
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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);
- Previous message: [Scummvm-cvs-logs] CVS: web styles.css,1.6,1.7
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm camera.cpp,NONE,2.1 gfx.cpp,2.122,2.123 gfx.h,1.33,1.34 intern.h,2.95,2.96 module.mk,1.16,1.17 scumm.h,1.219,1.220
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list