diff options
author | Max Kellermann <max@duempel.org> | 2009-03-12 18:24:13 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-12 18:24:13 +0100 |
commit | 9feaedd799cf68173700f3d390c559ee840a430a (patch) | |
tree | 89eb68273f719e6afc75f4737fccb71a7787d97b | |
parent | 869f440f87341feccc569a38b164965a3041a428 (diff) | |
download | mpd-9feaedd799cf68173700f3d390c559ee840a430a.tar.gz mpd-9feaedd799cf68173700f3d390c559ee840a430a.tar.xz mpd-9feaedd799cf68173700f3d390c559ee840a430a.zip |
volume: removed unused variable "default_mixer"
-rw-r--r-- | src/volume.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/volume.c b/src/volume.c index 46d6118d4..336615e81 100644 --- a/src/volume.c +++ b/src/volume.c @@ -43,7 +43,6 @@ #define VOLUME_MIXER_SOFTWARE_DEFAULT "" #define SW_VOLUME_STATE "sw_volume: " -const struct audio_output_plugin *default_mixer; static int volume_mixer_type = VOLUME_MIXER_TYPE_HARDWARE; static int volume_software_set = 100; |