summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_xv.c')
-rw-r--r--libvo/vo_xv.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c
index f18c64f40f..67ec61b485 100644
--- a/libvo/vo_xv.c
+++ b/libvo/vo_xv.c
@@ -336,9 +336,6 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width,
mp_msg(MSGT_VO, MSGL_V, "[xv] dx: %d dy: %d dw: %d dh: %d\n", drwX,
drwY, vo_dwidth, vo_dheight);
- if (vo_ontop)
- vo_x11_setlayer(mDisplay, vo_window, vo_ontop);
-
return 0;
}