# HG changeset patch # User Matti Hamalainen # Date 1191155320 -10800 # Node ID 52745af33257fc2f14f0fc21553f56ae99c2263e # Parent d5309028af21a441ff2c6a6a49ae0f136f02eaa6 Remove non-existing function declarations from headers. diff -r d5309028af21 -r 52745af33257 src/audacious/plugin.h --- a/src/audacious/plugin.h Wed Sep 26 00:16:39 2007 +0300 +++ b/src/audacious/plugin.h Sun Sep 30 15:28:40 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"