[Scummvm-cvs-logs] CVS: residual bitmap.h,1.15,1.16

Pawel Kolodziejski aquadran at users.sourceforge.net
Fri Jan 21 13:22:09 CET 2005


Update of /cvsroot/scummvm/residual
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27777

Modified Files:
	bitmap.h 
Log Message:
that is not used anymore

Index: bitmap.h
===================================================================
RCS file: /cvsroot/scummvm/residual/bitmap.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- bitmap.h	21 Jan 2005 21:12:21 -0000	1.15
+++ bitmap.h	21 Jan 2005 21:21:07 -0000	1.16
@@ -41,7 +41,6 @@
 	int y() const { return _y; }
 
 	char *getData() { return _data[_currImage]; }
-	char *getZbufferData() { return _data[_currImage - 1]; }
 
 	~Bitmap();
 





More information about the Scummvm-git-logs mailing list