summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/x11_common.c')
-rw-r--r--libvo/x11_common.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index d40ead6b2a..6df71ac67d 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -80,7 +80,6 @@ int mScreen;
int mLocalDisplay;
/* output window id */
-extern int WinID;
int vo_mouse_autohide = 0;
int vo_wm_type = 0;
int vo_fs_type = 0; // needs to be accessible for GUI X11 code
@@ -866,10 +865,6 @@ typedef struct
long state;
} MotifWmHints;
-extern int vo_depthonscreen;
-extern int vo_screenwidth;
-extern int vo_screenheight;
-
static MotifWmHints vo_MotifWmHints;
static Atom vo_MotifHints = None;