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