diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-25 12:50:05 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-25 12:50:05 +0000 |
commit | be4cb72ebeadbe204642fa34004dde06063f109a (patch) | |
tree | ab6bb39566bb3184b28c6355ef3cc8ebdf774cc5 /libvo | |
parent | d5fe94ec4ccc781af8cf53b862da40bb210e3c5b (diff) |
Fix redundant redeclaration warnings.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24171 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/vo_fbdev.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libvo/vo_fbdev.c b/libvo/vo_fbdev.c index a8675ee95b..52671058fd 100644 --- a/libvo/vo_fbdev.c +++ b/libvo/vo_fbdev.c @@ -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; |