From f2864e9a072f53c38a04dd7c44392521777dc908 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Mon, 4 May 2009 03:52:19 +0300 Subject: [PATCH] x11_common.h: Remove declarations of some nonexistent variables --- libvo/x11_common.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libvo/x11_common.h b/libvo/x11_common.h index 08248b57a5..a610f813bb 100644 --- a/libvo/x11_common.h +++ b/libvo/x11_common.h @@ -105,9 +105,6 @@ extern int vo_fs_type; extern char** vo_fstype_list; extern char *mDisplayName; -extern Window mRootWin; -extern int mScreen; -extern int mLocalDisplay; struct vo_x11_state *vo_x11_init_state(void); int vo_init(struct vo *vo); -- 2.11.4.GIT