diff options
| author | Joost Peters | 2004-08-20 13:42:43 +0000 |
|---|---|---|
| committer | Joost Peters | 2004-08-20 13:42:43 +0000 |
| commit | 2b47c12f7ae212573025764de4affbcda7d18458 (patch) | |
| tree | b2d0c4cab4de8ab54b4676443463e287642b1b73 | |
| parent | cdd3397c29614901be2851135be598bd3cf05ce1 (diff) | |
| download | scummvm-rg350-2b47c12f7ae212573025764de4affbcda7d18458.tar.gz scummvm-rg350-2b47c12f7ae212573025764de4affbcda7d18458.tar.bz2 scummvm-rg350-2b47c12f7ae212573025764de4affbcda7d18458.zip | |
remove unused variables
svn-id: r14649
| -rw-r--r-- | sky/sky.cpp | 2 | ||||
| -rw-r--r-- | sky/sky.h | 8 |
2 files changed, 0 insertions, 10 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp index 956943c830..c03e6d920a 100644 --- a/sky/sky.cpp +++ b/sky/sky.cpp @@ -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; @@ -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; |
