diff gui/mplayer/gtk/about.h @ 28051:9e739bdb049c

Get rid of pointless 'extern' keywords.
author diego
date Wed, 03 Dec 2008 23:01:03 +0000
parents b0a7b35b78d2
children
line wrap: on
line diff
--- a/gui/mplayer/gtk/about.h	Wed Dec 03 20:52:27 2008 +0000
+++ b/gui/mplayer/gtk/about.h	Wed Dec 03 23:01:03 2008 +0000
@@ -23,7 +23,7 @@
 
 extern GtkWidget * About;
 
-extern GtkWidget * create_About( void );
-extern void ShowAboutBox( void );
+GtkWidget * create_About( void );
+void ShowAboutBox( void );
 
 #endif /* MPLAYER_GUI_ABOUT_H */