Mercurial > mplayer.hg
changeset 34840:8dd474c27a8d
Remove commented-out nonsense code.
author | reimar |
---|---|
date | Sun, 20 May 2012 15:33:58 +0000 |
parents | 5e29e950d918 |
children | 4e749c1bbf49 |
files | libvo/vo_gl.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_gl.c Sun May 20 15:30:01 2012 +0000 +++ b/libvo/vo_gl.c Sun May 20 15:33:58 2012 +0000 @@ -846,9 +846,6 @@ } 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);