volume: removed unused macros
Removed VOLUME_MIXER_OSS and VOLUME_MIXER_ALSA.
This commit is contained in:
parent
e3c436f411
commit
666b1fae79
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue