summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_gl2.c')
-rw-r--r--libvo/vo_gl2.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libvo/vo_gl2.c b/libvo/vo_gl2.c
index 09d7e23de6..2cb7a72f21 100644
--- a/libvo/vo_gl2.c
+++ b/libvo/vo_gl2.c
@@ -670,9 +670,6 @@ config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uin
if (initGl(vo_dwidth, vo_dheight) == -1)
return -1;
-#ifndef GL_WIN32
- if (vo_ontop) vo_x11_setlayer(mDisplay,vo_window, vo_ontop);
-#endif
return 0;
}