summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-10 01:10:59 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-10 01:10:59 +0000
commitae9775bd1d8f0b18da69e18415b18ee7dd402599 (patch)
tree7677df5a14da0d12a06a6f2cd2e0e4402484ab5e /cfg-mplayer.h
parent255c174e410a2cc39dd0695e3453e6d1338a98cb (diff)
downloadmpv-ae9775bd1d8f0b18da69e18415b18ee7dd402599.tar.bz2
mpv-ae9775bd1d8f0b18da69e18415b18ee7dd402599.tar.xz
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
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 0 insertions, 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