[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.49,1.50 simon.h,1.27,1.28

Max Horn fingolfin at users.sourceforge.net
Sun Aug 18 11:40:03 CEST 2002


Update of /cvsroot/scummvm/scummvm/simon
In directory usw-pr-cvs1:/tmp/cvs-serv464/simon

Modified Files:
	simon.cpp simon.h 
Log Message:
some more cleanup

Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- simon.cpp	18 Aug 2002 18:15:15 -0000	1.49
+++ simon.cpp	18 Aug 2002 18:39:41 -0000	1.50
@@ -144,11 +144,6 @@
 	delete [] _fcs_list;
 }
 
-SimonState *SimonState::createFromDetector(GameDetector *detector, OSystem *syst)
-{
-	return new SimonState(detector, syst);
-}
-
 void palette_fadeout(uint32 *pal_values, uint num)
 {
 	byte *p = (byte *)pal_values;

Index: simon.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- simon.h	18 Aug 2002 17:48:18 -0000	1.27
+++ simon.h	18 Aug 2002 18:39:42 -0000	1.28
@@ -795,8 +795,6 @@
 
 	void vc_kill_thread(uint file, uint sprite);
 
-	static SimonState *createFromDetector(GameDetector *detector, OSystem *syst);
-
 	void set_dummy_cursor();
 
 	void set_volume(byte volume);





More information about the Scummvm-git-logs mailing list