Remove redundant extern declarations, fixes the warnings:
commit8792b72b1ef1166e9e9ed7ecda8c960607d4db7c
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Sun, 30 Dec 2007 12:12:47 +0000 (30 12:12 +0000)
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Sun, 30 Dec 2007 12:12:47 +0000 (30 12:12 +0000)
treee482d9a0732a98fe4d4f83b8f1f27b32ec72e1fd
parenteb6a820c45a4a3b2253230fdbcae9326940d5173
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