From b1e95b1fa8bd2bfdef34b113b1474666618f75b8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 25 Jun 2009 08:37:51 +0200 Subject: 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. --- src/conf.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/conf.h') 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" -- cgit v1.2.3