diff src/audacious/plugin.h @ 4649:39b7d7886edf

Remove output plugin field from InputPlugin.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 16 Jun 2008 05:48:26 +0300
parents 8ce9256b0b1d
children 31a4cc265f31
line wrap: on
line diff
--- a/src/audacious/plugin.h	Mon Jun 16 04:37:33 2008 +0300
+++ b/src/audacious/plugin.h	Mon Jun 16 05:48:26 2008 +0300
@@ -1136,8 +1136,6 @@
     void (*get_song_info) (gchar * filename, gchar ** title, gint * length);
     void (*file_info_box) (gchar * filename);
 
-    OutputPlugin *output; /* deprecated */
-
     /* Added in Audacious 1.1.0 */
     Tuple *(*get_song_tuple) (gchar * filename);