diff libvo/sub.h @ 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.h	Wed Dec 03 20:52:27 2008 +0000
+++ b/libvo/sub.h	Wed Dec 03 23:01:03 2008 +0000
@@ -105,8 +105,8 @@
 extern int spu_aamode;
 extern float spu_gaussvar;
 
-extern void vo_draw_text(int dxs,int dys,void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride));
-extern void vo_remove_text(int dxs,int dys,void (*remove)(int x0,int y0, int w,int h));
+void vo_draw_text(int dxs,int dys,void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride));
+void vo_remove_text(int dxs,int dys,void (*remove)(int x0,int y0, int w,int h));
 
 void vo_init_osd(void);
 int vo_update_osd(int dxs,int dys);