diff gui/mplayer/gui_common.c @ 28051:9e739bdb049c

Get rid of pointless 'extern' keywords.
author diego
date Wed, 03 Dec 2008 23:01:03 +0000
parents 14c5017f40d2
children 0f1b5b68af32
line wrap: on
line diff
--- a/gui/mplayer/gui_common.c	Wed Dec 03 20:52:27 2008 +0000
+++ b/gui/mplayer/gui_common.c	Wed Dec 03 23:01:03 2008 +0000
@@ -48,7 +48,7 @@
 #include "play.h"
 #include "widgets.h"
 
-extern unsigned int GetTimerMS( void );
+unsigned int GetTimerMS( void );
 
 static inline void TranslateFilename( int c,char * tmp,size_t tmplen )
 {