changeset 1093:6a258916b7e4 trunk

[svn] - remove dead declarations
author nenolod
date Thu, 24 May 2007 23:21:29 -0700
parents 085c579ba08a
children c177f6e96510
files ChangeLog src/musepack/libmpc.h src/wavpack/libwavpack.cxx
diffstat 3 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@sacredspiral.co.uk>
+  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 <nenolod@sacredspiral.co.uk>
   revision [2348]
   - cdaudio: convert to plugin API v2
--- 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();
--- 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 *);