mirror of https://github.com/mpv-player/mpv
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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24832 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e08173e7e1
commit
27d76cfaab
|
@ -61,7 +61,6 @@ extern m_option_t dxr2_opts[];
|
|||
|
||||
#ifdef HAVE_NEW_GUI
|
||||
extern char * skinName;
|
||||
extern int enqueue;
|
||||
extern int guiWinID;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue