changeset 4649:39b7d7886edf

Remove output plugin field from InputPlugin.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 16 Jun 2008 05:48:26 +0300
parents c4266772a9ed
children 31a4cc265f31
files src/audacious/playback.c src/audacious/plugin.h
diffstat 2 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/playback.c	Mon Jun 16 04:37:33 2008 +0300
+++ b/src/audacious/playback.c	Mon Jun 16 05:48:26 2008 +0300
@@ -406,8 +406,6 @@
 
     playback = playback_new();
     
-    entry->decoder->output = &psuedo_output_plugin;
-
     playback->plugin = entry->decoder;
     playback->filename = g_strdup(entry->filename);
     playback->output = &psuedo_output_plugin;
--- 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);