Mercurial > mplayer.hg
changeset 24373:e3c4aaf4a61c
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
author | voroshil |
---|---|
date | Mon, 10 Sep 2007 01:10:59 +0000 |
parents | 78d7e08a9bff |
children | 8591a357eb36 |
files | cfg-mplayer.h |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-mplayer.h Mon Sep 10 01:10:18 2007 +0000 +++ b/cfg-mplayer.h Mon Sep 10 01:10:59 2007 +0000 @@ -35,10 +35,8 @@ 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