diff src/audacious/pluginenum.c @ 4303:fec498c745f6

Drop old IIR code.
author William Pitcock <nenolod@atheme.org>
date Sun, 24 Feb 2008 07:28:23 -0600
parents fe09acacd473
children 309e8f970517
line wrap: on
line diff
--- a/src/audacious/pluginenum.c	Sun Feb 24 07:06:57 2008 -0600
+++ b/src/audacious/pluginenum.c	Sun Feb 24 07:28:23 2008 -0600
@@ -60,7 +60,6 @@
 #include "ui_fileinfopopup.h"
 
 #include "effect.h"
-#include "iir.h"
 #include "volumecontrol.h"
 
 const gchar *plugin_dir_list[] = {
@@ -368,7 +367,6 @@
     .flow_link_element = flow_link_element,
     .flow_unlink_element = flow_unlink_element,
     .effect_flow = effect_flow,
-    .iir_flow = iir_flow,
     .volumecontrol_flow = volumecontrol_flow,
 
     .util_menu_main_show = util_menu_main_show,