[MPlayer-cvslog] r34928 - trunk/libvo/vo_gl.c

reimar subversion at mplayerhq.hu
Sun May 20 17:33:58 CEST 2012


Author: reimar
Date: Sun May 20 17:33:58 2012
New Revision: 34928

Log:
Remove commented-out nonsense code.

Modified:
   trunk/libvo/vo_gl.c

Modified: trunk/libvo/vo_gl.c
==============================================================================
--- trunk/libvo/vo_gl.c	Sun May 20 17:30:01 2012	(r34927)
+++ trunk/libvo/vo_gl.c	Sun May 20 17:33:58 2012	(r34928)
@@ -846,9 +846,6 @@ static void draw_osd(void)
 }
 
 static void do_render(void) {
-//  Enable(GL_TEXTURE_2D);
-//  BindTexture(GL_TEXTURE_2D, texture_id);
-
   mpglColor4f(1,1,1,1);
   if (is_yuv || custom_prog)
     glEnableYUVConversion(gl_target, yuvconvtype);


More information about the MPlayer-cvslog mailing list