# HG changeset patch # User voroshil # Date 1189386659 0 # Node ID e3c4aaf4a61cb1d3fd8bf379d53798c946c289a3 # Parent 78d7e08a9bff5cffc6e0398a42237009f417326d 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 diff -r 78d7e08a9bff -r e3c4aaf4a61c cfg-mplayer.h --- 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