From b55a1d5bffac3000d551dc6e5400df6fb0b566b5 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Mon, 21 Jul 2025 13:52:28 +0300 Subject: [PATCH] tests/color-icc-output: remove outdated comment Since around 9002667aa00e940e901e6233fa24728f46ce5c37 the power-law curves have been implemented. Signed-off-by: Pekka Paalanen --- tests/color-icc-output-test.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/color-icc-output-test.c b/tests/color-icc-output-test.c index 0ec650171..ed658869c 100644 --- a/tests/color-icc-output-test.c +++ b/tests/color-icc-output-test.c @@ -105,10 +105,6 @@ struct setup_args { * Tolerance depends more on the 1D LUT used for the * inv EOTF than the tested 3D LUT size: * 9x9x9, 17x17x17, 33x33x33, 127x127x127 - * - * TODO: when we add power-law in the curve enumeration - * in GL-renderer, then we should fix the tolerance - * as the error should reduce a lot. */ float max_tol;