aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugin.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-26 08:27:08 +0200
committerMax Kellermann <max@duempel.org>2008-08-26 08:27:08 +0200
commitf5711e28daed603c26cf78713837d9c4e1eacdfd (patch)
treed6fb5cba8ca8e1188de488185986e91322b19045 /src/inputPlugin.h
parente41be362a1dc5691721d72b7f915e32d7f5272bb (diff)
downloadmpd-f5711e28daed603c26cf78713837d9c4e1eacdfd.tar.gz
mpd-f5711e28daed603c26cf78713837d9c4e1eacdfd.tar.xz
mpd-f5711e28daed603c26cf78713837d9c4e1eacdfd.zip
moved decoder externs to inputPlugin.c
The decoder_plugin instances are only used inputPlugin.c, so move them from the header file.
Diffstat (limited to '')
-rw-r--r--src/inputPlugin.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/inputPlugin.h b/src/inputPlugin.h
index 319c665c7..4f3bf3595 100644
--- a/src/inputPlugin.h
+++ b/src/inputPlugin.h
@@ -43,15 +43,4 @@ void initInputPlugins(void);
/* this is where we "unload" all the "plugins" */
void finishInputPlugins(void);
-extern struct decoder_plugin mp3Plugin;
-extern struct decoder_plugin oggvorbisPlugin;
-extern struct decoder_plugin flacPlugin;
-extern struct decoder_plugin oggflacPlugin;
-extern struct decoder_plugin audiofilePlugin;
-extern struct decoder_plugin mp4Plugin;
-extern struct decoder_plugin aacPlugin;
-extern struct decoder_plugin mpcPlugin;
-extern struct decoder_plugin wavpackPlugin;
-extern struct decoder_plugin modPlugin;
-
#endif