summaryrefslogtreecommitdiffstats
path: root/video/out/x11_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/x11_common.c')
-rw-r--r--video/out/x11_common.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/out/x11_common.c b/video/out/x11_common.c
index a78ca11402..6b34e1cc65 100644
--- a/video/out/x11_common.c
+++ b/video/out/x11_common.c
@@ -433,9 +433,6 @@ int vo_x11_init(struct vo *vo)
};
vo->x11 = x11;
- if (vo_rootwin)
- WinID = 0; // use root window
-
XSetErrorHandler(x11_errorhandler);
dispName = XDisplayName(NULL);