diff options
Diffstat (limited to 'src/audioOutput.h')
-rw-r--r-- | src/audioOutput.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/audioOutput.h b/src/audioOutput.h index 49c7110f9..ce1a2949e 100644 --- a/src/audioOutput.h +++ b/src/audioOutput.h @@ -26,8 +26,6 @@ #include "tag.h" #include "conf.h" -#define AUDIO_AO_DRIVER_DEFAULT "default" - typedef struct _AudioOutput AudioOutput; typedef int (* AudioOutputInitDriverFunc) (AudioOutput * audioOutput, |