mirror of
https://github.com/mpv-player/mpv
synced 2025-01-16 22:37:28 +01:00
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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24393 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
255c174e41
commit
ae9775bd1d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user