[MPlayer-cvslog] r25551 - trunk/libvo/vo_vesa.c
diego
subversion at mplayerhq.hu
Sun Dec 30 13:12:47 CET 2007
Author: diego
Date: Sun Dec 30 13:12:47 2007
New Revision: 25551
Log:
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
Modified:
trunk/libvo/vo_vesa.c
Modified: trunk/libvo/vo_vesa.c
==============================================================================
--- trunk/libvo/vo_vesa.c (original)
+++ trunk/libvo/vo_vesa.c Sun Dec 30 13:12:47 2007
@@ -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
More information about the MPlayer-cvslog
mailing list