[Scummvm-cvs-logs] CVS: scummvm/sky sky.cpp,1.145,1.146 sky.h,1.58,1.59

Joost Peters joostp at users.sourceforge.net
Fri Aug 20 06:43:02 CEST 2004


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

Modified Files:
	sky.cpp sky.h 
Log Message:
remove unused variables


Index: sky.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.cpp,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- sky.cpp	20 Aug 2004 13:37:50 -0000	1.145
+++ sky.cpp	20 Aug 2004 13:42:43 -0000	1.146
@@ -121,8 +121,6 @@
 
 	_mixer->setVolume(ConfMan.getInt("sfx_volume")); //unnecessary?
 	
-	_debugMode = ConfMan.hasKey("debuglevel");
-
 	_floppyIntro = ConfMan.getBool("alt_intro");
 
 	_fastMode = 0;

Index: sky.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.h,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- sky.h	6 Jan 2004 12:45:32 -0000	1.58
+++ sky.h	20 Aug 2004 13:42:43 -0000	1.59
@@ -59,14 +59,6 @@
 	bool _quickLaunch; // set when starting with -x
 	bool _floppyIntro;
 
-	uint16 _debugMode;
-
-	int _numScreenUpdates;
-
-	FILE *_dump_file;
-
-	int _number_of_savegames;
-
 	int _sdl_mouse_x, _sdl_mouse_y;
 
 	Sound *_skySound;





More information about the Scummvm-git-logs mailing list