diff options
Diffstat (limited to 'src/audioOutput.h')
-rw-r--r-- | src/audioOutput.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/audioOutput.h b/src/audioOutput.h index bc318dea2..235d7eda1 100644 --- a/src/audioOutput.h +++ b/src/audioOutput.h @@ -27,18 +27,7 @@ #include "conf.h" #include "utils.h" -#define DISABLED_AUDIO_OUTPUT_PLUGIN(plugin) \ - AudioOutputPlugin plugin = { \ - NULL, \ - NULL, \ - NULL, \ - NULL, \ - NULL, \ - NULL, \ - NULL, \ - NULL, \ - NULL \ - }; +#define DISABLED_AUDIO_OUTPUT_PLUGIN(plugin) AudioOutputPlugin plugin; typedef struct _AudioOutput AudioOutput; |