[Scummvm-cvs-logs] CVS: scummvm/scumm/smush brenderer.h,1.4,1.5

Max Horn fingolfin at users.sourceforge.net
Tue Oct 22 04:49:04 CEST 2002


Update of /cvsroot/scummvm/scummvm/scumm/smush
In directory usw-pr-cvs1:/tmp/cvs-serv4271/scumm/smush

Modified Files:
	brenderer.h 
Log Message:
fixing various warnings that occur with -Wshadow;some other minor cleanup

Index: brenderer.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/brenderer.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- brenderer.h	30 Aug 2002 07:24:45 -0000	1.4
+++ brenderer.h	22 Oct 2002 11:48:24 -0000	1.5
@@ -49,7 +49,6 @@
 	int32 getNbframes() const { return _nbframes; };	//!< accessor for number of frames
 	int32 getWidth() const { return _width; };	//!< accessor for current width
 	int32 getHeight() const { return _height; };	//!< accessor for current height
-	const Palette & pal() const { return _pal; };	//!< accessor for current palette
 	const char * data() const { return _data; };	//!< accessor for current frame buffer
 	void clean();	//!< memory cleanup (deletes frame buffer)
 	void setFrame(int32 f) { _frame = f; };	//!< allows to change the frame number





More information about the Scummvm-git-logs mailing list