aboutsummaryrefslogtreecommitdiff
path: root/sky
diff options
context:
space:
mode:
Diffstat (limited to 'sky')
-rw-r--r--sky/sky.cpp2
-rw-r--r--sky/sky.h8
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;
diff --git a/sky/sky.h b/sky/sky.h
index d061c65ad1..ed3a28a207 100644
--- a/sky/sky.h
+++ b/sky/sky.h
@@ -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;