diff libvo/sub.c @ 28051:9e739bdb049c

Get rid of pointless 'extern' keywords.
author diego
date Wed, 03 Dec 2008 23:01:03 +0000
parents 887ecb9a3792
children aeefca2deed3
line wrap: on
line diff
--- a/libvo/sub.c	Wed Dec 03 20:52:27 2008 +0000
+++ b/libvo/sub.c	Wed Dec 03 23:01:03 2008 +0000
@@ -1030,7 +1030,7 @@
 
 static int draw_alpha_init_flag=0;
 
-extern void vo_draw_alpha_init(void);
+void vo_draw_alpha_init(void);
 
        mp_osd_obj_t* vo_osd_list=NULL;