diff src/audacious/effect.c @ 3455:f6b25d4d2245 trunk

discovery.[ch], effect.[ch], general.[ch], visualization.[ch]: remove _enabled(gint i);
author William Pitcock <nenolod@atheme.org>
date Fri, 07 Sep 2007 19:47:13 -0500
parents b0f4ab42dd3b
children 96baf555b449
line wrap: on
line diff
--- a/src/audacious/effect.c	Fri Sep 07 07:25:19 2007 -0500
+++ b/src/audacious/effect.c	Fri Sep 07 19:47:13 2007 -0500
@@ -133,15 +133,6 @@
     return ep_data.effect_list;
 }
 
-gboolean
-effect_enabled(int i)
-{
-    return (g_list_find
-            (ep_data.enabled_list,
-             (EffectPlugin *) g_list_nth(ep_data.effect_list,
-                                         i)->data) ? TRUE : FALSE);
-}
-
 gchar *
 effect_stringify_enabled_list(void)
 {