changeset 3674:8b3f1801b9d6

Automated merge with ssh://hg.atheme.org//hg/audacious
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 30 Sep 2007 15:29:07 +0300
parents 52745af33257 (diff) 5577a3ff7b27 (current diff)
children 4920d6d4ac6e c3d2de7c4151
files m4/sharedlib.m4 src/audacious/audacious.desktop.in
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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"