Mercurial > audlegacy
diff src/audacious/plugin.h @ 3673:52745af33257
Remove non-existing function declarations from headers.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Sun, 30 Sep 2007 15:28:40 +0300 |
| parents | 95d6cbf21614 |
| children | 84bc78954db5 |
line wrap: on
line diff
--- 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"
