Mercurial > audlegacy
changeset 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 | d5309028af21 |
children | 8b3f1801b9d6 |
files | src/audacious/plugin.h |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
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"