From 719b2b0525aadc607f5b250b5b81e08480662bcb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Sun, 27 May 2018 17:37:22 +0200 Subject: [PATCH] gl renderer: Remove an outdated comment --- gsk/gl/gskglrenderer.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gsk/gl/gskglrenderer.c b/gsk/gl/gskglrenderer.c index a0e962524d..3f14304b94 100644 --- a/gsk/gl/gskglrenderer.c +++ b/gsk/gl/gskglrenderer.c @@ -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); } -- 2.30.2