From ae9775bd1d8f0b18da69e18415b18ee7dd402599 Mon Sep 17 00:00:00 2001 From: voroshil Date: Mon, 10 Sep 2007 01:10:59 +0000 Subject: [PATCH] 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 --- cfg-mplayer.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/cfg-mplayer.h b/cfg-mplayer.h index 40e5dc4ac1..b1d2442b09 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -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