aboutsummaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-06-25 08:37:51 +0200
committerMax Kellermann <max@duempel.org>2009-06-25 08:37:51 +0200
commitb1e95b1fa8bd2bfdef34b113b1474666618f75b8 (patch)
tree299464e2809f4eeae0db4048139356ffd2ec9c12 /src/conf.h
parentce072b89d24aba8b54da5958ef73b1864ad003ae (diff)
volume: removed support for legacy mixer configuration
The top-level "mixer_device" and "mixer_control" options have been deprecated by MPD 0.15, and it's safe to remove them in MPD 0.16.
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/conf.h b/src/conf.h
index 3e01e054..361c5ff6 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -44,8 +44,6 @@
#define CONF_AUDIO_OUTPUT "audio_output"
#define CONF_AUDIO_OUTPUT_FORMAT "audio_output_format"
#define CONF_MIXER_TYPE "mixer_type"
-#define CONF_MIXER_DEVICE "mixer_device"
-#define CONF_MIXER_CONTROL "mixer_control"
#define CONF_REPLAYGAIN "replaygain"
#define CONF_REPLAYGAIN_PREAMP "replaygain_preamp"
#define CONF_REPLAYGAIN_MISSING_PREAMP "replaygain_missing_preamp"