decoder/gme: remove redundant extern declaration

This commit is contained in:
Max Kellermann 2016-11-22 11:48:36 +01:00
parent 3b84eb3b70
commit 085b599f84

View File

@ -300,7 +300,6 @@ static const char *const gme_suffixes[] = {
nullptr nullptr
}; };
extern const struct DecoderPlugin gme_decoder_plugin;
const struct DecoderPlugin gme_decoder_plugin = { const struct DecoderPlugin gme_decoder_plugin = {
"gme", "gme",
gme_plugin_init, gme_plugin_init,