eglglessink: Remove stale comment
authorReynaldo H. Verdejo Pinochet <reynaldo@collabora.com>
Fri, 21 Sep 2012 01:50:31 +0000 (22:50 -0300)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 18 Oct 2012 12:35:13 +0000 (14:35 +0200)
ext/eglgles/gsteglglessink.c

index 51f9306..846dc1a 100644 (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;