diff gui/win32/dialogs.c @ 28051:9e739bdb049c

Get rid of pointless 'extern' keywords.
author diego
date Wed, 03 Dec 2008 23:01:03 +0000
parents e7c989f7a7c9
children 9fc9d1e788aa
line wrap: on
line diff
--- a/gui/win32/dialogs.c	Wed Dec 03 20:52:27 2008 +0000
+++ b/gui/win32/dialogs.c	Wed Dec 03 23:01:03 2008 +0000
@@ -40,8 +40,8 @@
 extern int vo_gamma_saturation;
 extern int vo_gamma_contrast;
 extern int vo_gamma_hue;
-extern int set_video_colors(sh_video_t *sh_video, const char *item, int value);
-extern int get_video_colors(sh_video_t *sh_video, const char *item, int *value);
+int set_video_colors(sh_video_t *sh_video, const char *item, int value);
+int get_video_colors(sh_video_t *sh_video, const char *item, int *value);
 
 guiInterface_t guiIntfStruct;
 int addurl = 0;