comparison libvo/vo_gl.c @ 34840:8dd474c27a8d

Remove commented-out nonsense code.
author reimar
date Sun, 20 May 2012 15:33:58 +0000
parents 5e29e950d918
children f56b927a9e3e
comparison
equal deleted inserted replaced
34839:5e29e950d918 34840:8dd474c27a8d
844 } 844 }
845 if (vo_doublebuffering) do_render_osd(RENDER_OSD); 845 if (vo_doublebuffering) do_render_osd(RENDER_OSD);
846 } 846 }
847 847
848 static void do_render(void) { 848 static void do_render(void) {
849 // Enable(GL_TEXTURE_2D);
850 // BindTexture(GL_TEXTURE_2D, texture_id);
851
852 mpglColor4f(1,1,1,1); 849 mpglColor4f(1,1,1,1);
853 if (is_yuv || custom_prog) 850 if (is_yuv || custom_prog)
854 glEnableYUVConversion(gl_target, yuvconvtype); 851 glEnableYUVConversion(gl_target, yuvconvtype);
855 if (stereo_mode) { 852 if (stereo_mode) {
856 glEnable3DLeft(stereo_mode); 853 glEnable3DLeft(stereo_mode);