# HG changeset patch # User nenolod # Date 1180074089 25200 # Node ID 6a258916b7e479b76d9c73a35c446e60fe9aabda # Parent 085c579ba08a1c7a879668b29261f03f154a0f34 [svn] - remove dead declarations diff -r 085c579ba08a -r 6a258916b7e4 ChangeLog --- a/ChangeLog Thu May 24 23:19:48 2007 -0700 +++ b/ChangeLog Thu May 24 23:21:29 2007 -0700 @@ -1,3 +1,11 @@ +2007-05-25 06:19:48 +0000 William Pitcock + revision [2350] + - flacng: convert to plugin API v2 + + trunk/src/flacng/plugin.c | 15 ++++----------- + 1 file changed, 4 insertions(+), 11 deletions(-) + + 2007-05-25 06:18:05 +0000 William Pitcock revision [2348] - cdaudio: convert to plugin API v2 diff -r 085c579ba08a -r 6a258916b7e4 src/musepack/libmpc.h --- a/src/musepack/libmpc.h Thu May 24 23:19:48 2007 -0700 +++ b/src/musepack/libmpc.h Thu May 24 23:21:29 2007 -0700 @@ -95,8 +95,6 @@ unsigned year; }; -extern "C" InputPlugin * get_iplugin_info(void); - static void mpcOpenPlugin(); static void mpcAboutBox(); static void mpcConfigBox(); diff -r 085c579ba08a -r 6a258916b7e4 src/wavpack/libwavpack.cxx --- a/src/wavpack/libwavpack.cxx Thu May 24 23:19:48 2007 -0700 +++ b/src/wavpack/libwavpack.cxx Thu May 24 23:21:29 2007 -0700 @@ -30,7 +30,6 @@ #define BUFFER_SIZE 256 // read buffer size, in samples -extern "C" InputPlugin * get_iplugin_info(void); static void wv_load_config(); static int wv_is_our_fd(gchar *filename, VFSFile *file); static void wv_play(InputPlayback *);