gl renderer: Remove an outdated comment
authorTimm Bäder <mail@baedert.org>
Sun, 27 May 2018 15:37:22 +0000 (17:37 +0200)
committerTimm Bäder <mail@baedert.org>
Sun, 27 May 2018 15:51:51 +0000 (17:51 +0200)
gsk/gl/gskglrenderer.c

index a0e962524dad29be29c8c7cecb77edf54744aefd..3f14304b943075203d0833fac2314d4ca8fd0b7f 100644 (file)
@@ -1602,8 +1602,6 @@ apply_color_op (const Program  *program,
                 const RenderOp *op)
 {
   OP_PRINT (" -> Color: (%f, %f, %f, %f)", op->color.red, op->color.green, op->color.blue, op->color.alpha);
-  /* TODO: We use color.color_location here and this is right for all three of the programs above,
-   *       but that's just a coincidence. */
   glUniform4f (program->color.color_location,
                op->color.red, op->color.green, op->color.blue, op->color.alpha);
 }