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:
voroshil 2007-09-10 01:10:59 +00:00
parent 255c174e41
commit ae9775bd1d
1 changed files with 0 additions and 2 deletions

View File

@ -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