[MPlayer-cvslog] r24171 - trunk/libvo/vo_fbdev.c
diego
subversion at mplayerhq.hu
Sat Aug 25 14:50:05 CEST 2007
Author: diego
Date: Sat Aug 25 14:50:05 2007
New Revision: 24171
Log:
Fix redundant redeclaration warnings.
Modified:
trunk/libvo/vo_fbdev.c
Modified: trunk/libvo/vo_fbdev.c
==============================================================================
--- trunk/libvo/vo_fbdev.c (original)
+++ trunk/libvo/vo_fbdev.c Sat Aug 25 14:50:05 2007
@@ -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;
More information about the MPlayer-cvslog
mailing list