aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/d_sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/driver/d_sound.h')
-rw-r--r--sword2/driver/d_sound.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sword2/driver/d_sound.h b/sword2/driver/d_sound.h
index c99098a9f5..abc76f3d05 100644
--- a/sword2/driver/d_sound.h
+++ b/sword2/driver/d_sound.h
@@ -73,9 +73,6 @@ private:
FxHandle _fx[MAXFX];
MusicHandle _music[MAXMUS + 1];
- // We used to have two music volumes - one for each channel -
- // but they were always set to the same value.
-
uint8 _musicVol;
uint8 _soundOn;