aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.h
diff options
context:
space:
mode:
authorMax Horn2003-12-12 14:40:40 +0000
committerMax Horn2003-12-12 14:40:40 +0000
commit9008abc7ea34e21d5be2ef9c8a3132d18b8f9374 (patch)
tree312373b86e37e93a4be46f4c101f725cd201972c /sky/sky.h
parentbaf2fd3900348202fba59f91898c5c91f5104b56 (diff)
downloadscummvm-rg350-9008abc7ea34e21d5be2ef9c8a3132d18b8f9374.tar.gz
scummvm-rg350-9008abc7ea34e21d5be2ef9c8a3132d18b8f9374.tar.bz2
scummvm-rg350-9008abc7ea34e21d5be2ef9c8a3132d18b8f9374.zip
cleanup: no need to access detector->_game.midi, since the value is fixed anyway
svn-id: r11596
Diffstat (limited to 'sky/sky.h')
-rw-r--r--sky/sky.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sky/sky.h b/sky/sky.h
index 2d2660b288..a0ab6b6c93 100644
--- a/sky/sky.h
+++ b/sky/sky.h
@@ -77,7 +77,6 @@ protected:
SkyMusicBase *_skyMusic;
SkyIntro *_skyIntro;
- int _midi; // necessary for music
public:
SkyEngine(GameDetector *detector, OSystem *syst);