summaryrefslogtreecommitdiff
path: root/src/decoder/plugins/GmeDecoderPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2016-11-22 11:48:36 +0100
committerMax Kellermann <max@musicpd.org>2016-11-22 12:16:14 +0100
commit085b599f8481936361863d5e6a4be7d8b1f34d8a (patch)
tree7c20b09d44563b4edad058bb7592acc4693bea7b /src/decoder/plugins/GmeDecoderPlugin.cxx
parent3b84eb3b70bff27db275ef38c67e2eeb6c91d256 (diff)
decoder/gme: remove redundant extern declaration
Diffstat (limited to 'src/decoder/plugins/GmeDecoderPlugin.cxx')
-rw-r--r--src/decoder/plugins/GmeDecoderPlugin.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decoder/plugins/GmeDecoderPlugin.cxx b/src/decoder/plugins/GmeDecoderPlugin.cxx
index de1bed299..d7b77452e 100644
--- a/src/decoder/plugins/GmeDecoderPlugin.cxx
+++ b/src/decoder/plugins/GmeDecoderPlugin.cxx
@@ -300,7 +300,6 @@ static const char *const gme_suffixes[] = {
nullptr
};
-extern const struct DecoderPlugin gme_decoder_plugin;
const struct DecoderPlugin gme_decoder_plugin = {
"gme",
gme_plugin_init,