remove unused variables

svn-id: r14649
This commit is contained in:
Joost Peters 2004-08-20 13:42:43 +00:00
parent cdd3397c29
commit 2b47c12f7a
2 changed files with 0 additions and 10 deletions

View File

@ -121,8 +121,6 @@ SkyEngine::SkyEngine(GameDetector *detector, OSystem *syst)
_mixer->setVolume(ConfMan.getInt("sfx_volume")); //unnecessary?
_debugMode = ConfMan.hasKey("debuglevel");
_floppyIntro = ConfMan.getBool("alt_intro");
_fastMode = 0;

View File

@ -59,14 +59,6 @@ protected:
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;