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

diego subversion at mplayerhq.hu
Mon Oct 22 00:31:23 CEST 2007


Author: diego
Date: Mon Oct 22 00:31:22 2007
New Revision: 24832

Log:
Fix warning:
In file included from mplayer.c:794:
cfg-mplayer.h:64: warning: redundant redeclaration of 'enqueue'
mplayer.c:230: warning: previous definition of 'enqueue' was here


Modified:
   trunk/cfg-mplayer.h

Modified: trunk/cfg-mplayer.h
==============================================================================
--- trunk/cfg-mplayer.h	(original)
+++ trunk/cfg-mplayer.h	Mon Oct 22 00:31:22 2007
@@ -61,7 +61,6 @@ extern m_option_t dxr2_opts[];
 
 #ifdef HAVE_NEW_GUI
 extern char * skinName;
-extern int enqueue;
 extern int guiWinID;
 #endif
 



More information about the MPlayer-cvslog mailing list