aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/music.cpp
diff options
context:
space:
mode:
authormd52011-04-10 14:26:24 +0300
committermd52011-04-10 17:27:48 +0300
commitcd085b1ae889dfa12d1b525810b218342c61a7a6 (patch)
treee93e142077f56e97842568d60d5272b9dcb70b73 /engines/tinsel/music.cpp
parentc89f2276d1b52a99f08861c5acd86fedb349c718 (diff)
downloadscummvm-rg350-cd085b1ae889dfa12d1b525810b218342c61a7a6.tar.gz
scummvm-rg350-cd085b1ae889dfa12d1b525810b218342c61a7a6.tar.bz2
scummvm-rg350-cd085b1ae889dfa12d1b525810b218342c61a7a6.zip
TINSEL: Removed some unused global static variables
Diffstat (limited to 'engines/tinsel/music.cpp')
-rw-r--r--engines/tinsel/music.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/tinsel/music.cpp b/engines/tinsel/music.cpp
index ea5d88ce1c..dd5ca27772 100644
--- a/engines/tinsel/music.cpp
+++ b/engines/tinsel/music.cpp
@@ -65,10 +65,6 @@ struct SOUND_BUFFER {
// FIXME: Avoid non-const global vars
-// get set when music driver is installed
-//static MDI_DRIVER *mDriver;
-//static HSEQUENCE mSeqHandle;
-
// MIDI buffer
static SOUND_BUFFER midiBuffer = { 0, 0 };
@@ -152,8 +148,6 @@ bool PlayMidiSequence(uint32 dwFileOffset, bool bLoop) {
// the index and length of the last tune loaded
static uint32 dwLastMidiIndex = 0; // FIXME: Avoid non-const global vars
- //static uint32 dwLastSeqLen;
-
uint32 dwSeqLen = 0; // length of the sequence
// Support for external music from the music enhancement project