diff src/audacious/plugin.h @ 4650:31a4cc265f31

Removed the deprecated set_eq() function from InputPlugin and other places.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 16 Jun 2008 06:37:18 +0300
parents 39b7d7886edf
children 04c53c9d261b
line wrap: on
line diff
--- a/src/audacious/plugin.h	Mon Jun 16 05:48:26 2008 +0300
+++ b/src/audacious/plugin.h	Mon Jun 16 06:37:18 2008 +0300
@@ -1121,8 +1121,6 @@
     void (*pause) (InputPlayback * playback, gshort paused);
     void (*seek) (InputPlayback * playback, gint time);
 
-    void (*set_eq) (gint on, gfloat preamp, gfloat * bands);
-
     gint (*get_time) (InputPlayback * playback);
 
     gint (*get_volume) (gint * l, gint * r);