changeset 24804:a677b0782371

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
author diego
date Sun, 21 Oct 2007 22:31:22 +0000
parents e90b7faa8aec
children ee9619105e90
files cfg-mplayer.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-mplayer.h	Sun Oct 21 18:29:38 2007 +0000
+++ b/cfg-mplayer.h	Sun Oct 21 22:31:22 2007 +0000
@@ -61,7 +61,6 @@
 
 #ifdef HAVE_NEW_GUI
 extern char * skinName;
-extern int enqueue;
 extern int guiWinID;
 #endif