From 8cc27a3561be0db3295c47ca540cb5739b18aa75 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 15 Nov 2008 23:09:31 +0000 Subject: Remove explicit setting of vo_ontop since that is already done by vo_x11_create_vo_window git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27937 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_gl2.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libvo/vo_gl2.c') 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; } -- cgit v1.2.3