From 8792b72b1ef1166e9e9ed7ecda8c960607d4db7c Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 30 Dec 2007 12:12:47 +0000 Subject: 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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25551 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_vesa.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libvo') diff --git a/libvo/vo_vesa.c b/libvo/vo_vesa.c index 3168ac08f7..41050c946d 100644 --- a/libvo/vo_vesa.c +++ b/libvo/vo_vesa.c @@ -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 -- cgit v1.2.3