diff libvo/vo_gl2.c @ 12895:3cd9add91f97

removed saver_on, saver_off calls, they are already in x11_common.c
author reimar
date Sun, 25 Jul 2004 12:49:01 +0000
parents 010a28a43c9f
children 02c0d4371573
line wrap: on
line diff
--- a/libvo/vo_gl2.c	Sun Jul 25 00:37:07 2004 +0000
+++ b/libvo/vo_gl2.c	Sun Jul 25 12:49:01 2004 +0000
@@ -1024,7 +1024,6 @@
   if (initGl(d_width, d_height) == -1)
       return -1;
 #ifndef GL_WIN32
-      saver_off(mDisplay);
       if (vo_ontop) vo_x11_setlayer(mDisplay,vo_window, vo_ontop);
 #endif