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
This commit is contained in:
diego 2007-12-30 12:12:47 +00:00
parent eb6a820c45
commit 8792b72b1e
1 changed files with 0 additions and 4 deletions

View File

@ -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