Fix redundant redeclaration warnings.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24171 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-08-25 12:50:05 +00:00
parent d5fe94ec4c
commit be4cb72ebe
1 changed files with 0 additions and 4 deletions

View File

@ -50,10 +50,6 @@ static signed int pre_init_err = -2;
* fb.modes support *
******************************/
extern char *monitor_hfreq_str;
extern char *monitor_vfreq_str;
extern char *monitor_dotclock_str;
static range_t *monitor_hfreq = NULL;
static range_t *monitor_vfreq = NULL;
static range_t *monitor_dotclock = NULL;