From 2b47c12f7ae212573025764de4affbcda7d18458 Mon Sep 17 00:00:00 2001 From: Joost Peters Date: Fri, 20 Aug 2004 13:42:43 +0000 Subject: [PATCH] remove unused variables svn-id: r14649 --- sky/sky.cpp | 2 -- sky/sky.h | 8 -------- 2 files changed, 10 deletions(-) diff --git a/sky/sky.cpp b/sky/sky.cpp index 956943c8304..c03e6d920a5 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 d061c65ad15..ed3a28a2073 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;