volume: removed unused macros

Removed VOLUME_MIXER_OSS and VOLUME_MIXER_ALSA.
This commit is contained in:
Max Kellermann 2009-07-03 18:51:01 +02:00
parent e3c436f411
commit 666b1fae79
1 changed files with 0 additions and 2 deletions

View File

@ -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"