From: Timm Bäder Date: Sun, 27 May 2018 15:37:22 +0000 (+0200) Subject: gl renderer: Remove an outdated comment X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~22^2~234 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=719b2b0525aadc607f5b250b5b81e08480662bcb;p=gtk4.git gl renderer: Remove an outdated comment --- 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); }