aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/sound.h')
-rw-r--r--scumm/sound.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/sound.h b/scumm/sound.h
index c2b6f0db70..6b3830d323 100644
--- a/scumm/sound.h
+++ b/scumm/sound.h
@@ -85,7 +85,6 @@ protected:
int16 _currentMusic;
public:
PlayingSoundHandle _talkChannelHandle; // Handle of mixer channel actor is talking on
- PlayingSoundHandle _musicChannelHandle; // Handle of mixer channel music is on
bool _soundsPaused;
byte _sfxMode;