aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mixer.h')
-rw-r--r--sound/mixer.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index 8fd7883418..d688513d01 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -72,7 +72,7 @@ private:
int _globalVolume;
int _musicVolume;
- bool _paused, _channelsPaused;
+ bool _paused;
Channel *_channels[NUM_CHANNELS];
@@ -112,7 +112,7 @@ public:
void stopAll();
/** stop playing the given channel */
- void stop(int channel);
+ void stopChannel(int channel);
/** stop playing the sound with given ID */
void stopID(int id);
@@ -120,9 +120,6 @@ public:
/** stop playing the channel for the given handle */
void stopHandle(PlayingSoundHandle handle);
- /** pause/unpause all mixing (including adlib) */
- void pauseMixer(bool paused);
-
/** pause/unpause all channels */
void pauseAll(bool paused);