changeset 25523:47a9e9cccebb

Remove redundant extern declarations, fixes the warnings: vo_vesa.c:55: warning: redundant redeclaration of #monitor_hfreq_str# video_out.h:252: warning: previous declaration of #monitor_hfreq_str# was here vo_vesa.c:56: warning: redundant redeclaration of #monitor_vfreq_str# video_out.h:253: warning: previous declaration of #monitor_vfreq_str# was here vo_vesa.c:57: warning: redundant redeclaration of #monitor_dotclock_str# video_out.h:254: warning: previous declaration of #monitor_dotclock_str# was here
author diego
date Sun, 30 Dec 2007 12:12:47 +0000
parents f427bb6d868e
children 28db88e2d50d
files libvo/vo_vesa.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_vesa.c	Sun Dec 30 11:20:56 2007 +0000
+++ b/libvo/vo_vesa.c	Sun Dec 30 12:12:47 2007 +0000
@@ -52,10 +52,6 @@
 #include "libmpcodecs/vf_scale.h"
 
 
-extern char *monitor_hfreq_str;
-extern char *monitor_vfreq_str;
-extern char *monitor_dotclock_str;
-
 #define MAX_BUFFERS 3
 
 #ifndef max