eglglessink: Remove stale comment

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2012-09-20 22:50:31 -03:00 committed by Sebastian Dröge
parent 1c008e95b3
commit f8b69a7c7f

View file

@ -1561,10 +1561,7 @@ gst_eglglessink_render_and_display (GstEglGlesSink * eglglessink,
goto HANDLE_ERROR;
glViewport (0, 0, w, h);
/* Don't really need to clear surface color
* glClearColor (0.0, 0.0, 0.0, 0.0);
* glClear (GL_COLOR_BUFFER_BIT);
*/
glDrawElements (GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_SHORT, 0);
if (got_gl_error ("glDrawElements"))
goto HANDLE_ERROR;