[MPlayer-cvslog] r24393 - trunk/cfg-mplayer.h

voroshil subversion at mplayerhq.hu
Mon Sep 10 03:10:59 CEST 2007


Author: voroshil
Date: Mon Sep 10 03:10:59 2007
New Revision: 24393

Log:
Fix warnings:
cfg-mplayer.h:43: warning: redundant redeclaration of 'mDisplayName'
libvo/x11_common.h:30: warning: previous declaration of 'mDisplayName' was here
cfg-mplayer.h:46: warning: redundant redeclaration of 'vo_fstype_list'
libvo/x11_common.h:28: warning: previous declaration of 'vo_fstype_list' was here


Modified:
   trunk/cfg-mplayer.h

Modified: trunk/cfg-mplayer.h
==============================================================================
--- trunk/cfg-mplayer.h	(original)
+++ trunk/cfg-mplayer.h	Mon Sep 10 03:10:59 2007
@@ -35,10 +35,8 @@ extern char *ao_outputfilename;
 extern int ao_pcm_waveheader;
 
 #ifdef HAVE_X11
-extern char *mDisplayName;
 extern int fs_layer;
 extern int stop_xscreensaver;
-extern char **vo_fstype_list;
 #endif
 
 #ifdef HAVE_MENU



More information about the MPlayer-cvslog mailing list