aboutsummaryrefslogtreecommitdiffstats
path: root/src/volume.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-07-03 18:51:01 +0200
committerMax Kellermann <max@duempel.org>2009-07-03 18:51:01 +0200
commit666b1fae798f44d3fdb98d61403455ff061e39ba (patch)
tree905dbf0294e37dab7f7db42128f36bc3e19a6c1b /src/volume.h
parente3c436f4113086b5bc478aa87c369741b2bfecd3 (diff)
downloadmpd-666b1fae798f44d3fdb98d61403455ff061e39ba.tar.gz
mpd-666b1fae798f44d3fdb98d61403455ff061e39ba.tar.xz
mpd-666b1fae798f44d3fdb98d61403455ff061e39ba.zip
volume: removed unused macros
Removed VOLUME_MIXER_OSS and VOLUME_MIXER_ALSA.
Diffstat (limited to 'src/volume.h')
-rw-r--r--src/volume.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/volume.h b/src/volume.h
index 99d31da4e..8ab38ce60 100644
--- a/src/volume.h
+++ b/src/volume.h
@@ -23,8 +23,6 @@
#include <stdbool.h>
#include <stdio.h>
-#define VOLUME_MIXER_OSS "oss"
-#define VOLUME_MIXER_ALSA "alsa"
#define VOLUME_MIXER_SOFTWARE "software"
#define VOLUME_MIXER_HARDWARE "hardware"
#define VOLUME_MIXER_DISABLED "disabled"