aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gui/mplayer/gtk/eq.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/mplayer/gtk/eq.h')
-rw-r--r--Gui/mplayer/gtk/eq.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/Gui/mplayer/gtk/eq.h b/Gui/mplayer/gtk/eq.h
deleted file mode 100644
index 99941a0509..0000000000
--- a/Gui/mplayer/gtk/eq.h
+++ /dev/null
@@ -1,12 +0,0 @@
-
-#ifndef __GUI_EQ_H
-#define __GUI_EQ_H
-
-#include <gtk/gtk.h>
-
-extern GtkWidget * Equalizer;
-
-extern GtkWidget * create_Equalizer( void );
-extern void ShowEqualizer( void );
-
-#endif