aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutput.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/audioOutput.h13
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;