summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-05-04 03:52:19 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-05-04 03:53:50 +0300
commitf2864e9a072f53c38a04dd7c44392521777dc908 (patch)
tree18183019d7cf277e7a938a8b8ad953c95af17a9e
parentb863100784f74b7effb8cc89633161251e5b9ca7 (diff)
downloadmpv-f2864e9a072f53c38a04dd7c44392521777dc908.tar.bz2
mpv-f2864e9a072f53c38a04dd7c44392521777dc908.tar.xz
x11_common.h: Remove declarations of some nonexistent variables
-rw-r--r--libvo/x11_common.h3
1 files changed, 0 insertions, 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);