# HG changeset patch # User diego # Date 1193005882 0 # Node ID a677b078237125f91c2302d657d64d6d3d1baa83 # Parent e90b7faa8aeccc51bc162c7fa1568f930728941e 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 diff -r e90b7faa8aec -r a677b0782371 cfg-mplayer.h --- 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