mirror of https://github.com/mpv-player/mpv
Fix redundant redeclaration warnings.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24171 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d5fe94ec4c
commit
be4cb72ebe
|
@ -50,10 +50,6 @@ static signed int pre_init_err = -2;
|
||||||
* fb.modes support *
|
* 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_hfreq = NULL;
|
||||||
static range_t *monitor_vfreq = NULL;
|
static range_t *monitor_vfreq = NULL;
|
||||||
static range_t *monitor_dotclock = NULL;
|
static range_t *monitor_dotclock = NULL;
|
||||||
|
|
Loading…
Reference in New Issue