# HG changeset patch # User Matti Hamalainen # Date 1191155347 -10800 # Node ID 8b3f1801b9d67dc645431c5966cb455888b6c354 # Parent 52745af33257fc2f14f0fc21553f56ae99c2263e# Parent 5577a3ff7b2729fa1f173d0a8f0beda932447f7e Automated merge with ssh://hg.atheme.org//hg/audacious diff -r 5577a3ff7b27 -r 8b3f1801b9d6 src/audacious/plugin.h --- a/src/audacious/plugin.h Sun Sep 30 13:22:21 2007 +0200 +++ b/src/audacious/plugin.h Sun Sep 30 15:29:07 2007 +0300 @@ -284,11 +284,6 @@ /* So that input plugins can get the title formatting information */ G_CONST_RETURN gchar * get_gentitle_format(void); -/* So that output plugins can communicate with effect plugins */ -EffectPlugin *get_current_effect_plugin(void); -gboolean effects_enabled(void); -gboolean plugin_set_errortext(const gchar * text); - G_END_DECLS #include "audacious/mime.h"