summaryrefslogtreecommitdiffstats
path: root/mixer.h
diff options
context:
space:
mode:
authorwm4 <wm4@mplayer2.org>2011-12-26 01:41:35 +0100
committerwm4 <wm4@mplayer2.org>2011-12-26 01:55:00 +0100
commit670e72506a652f1876da6063b3ca0d06ec545e76 (patch)
treedacdd9af4cc3d820e9710f705d3a6c8ca20a702b /mixer.h
parent827faa38436f55fbb15b7dce4abcc5c6608a428b (diff)
downloadmpv-670e72506a652f1876da6063b3ca0d06ec545e76.tar.bz2
mpv-670e72506a652f1876da6063b3ca0d06ec545e76.tar.xz
mixer: reindent/cosmetic changes
There should be no real semantic changes. Remove the mixer_setbothvolume macro, as it was unused.
Diffstat (limited to 'mixer.h')
-rw-r--r--mixer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/mixer.h b/mixer.h
index a524c02b26..23c7f3ade0 100644
--- a/mixer.h
+++ b/mixer.h
@@ -44,7 +44,4 @@ void mixer_mute(mixer_t *mixer);
void mixer_getbalance(mixer_t *mixer, float *bal);
void mixer_setbalance(mixer_t *mixer, float bal);
-//void mixer_setbothvolume(int v);
-#define mixer_setbothvolume(m, v) mixer_setvolume(m, v, v)
-
#endif /* MPLAYER_MIXER_H */