From 4d2083c8d98870b105fb2cd708066b5535e7cedd Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 17 Jun 2017 22:36:25 +0200 Subject: Remove noop operation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libcolour-template.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libcolour-template.c b/libcolour-template.c index bfbbd3e..f7149c9 100644 --- a/libcolour-template.c +++ b/libcolour-template.c @@ -157,9 +157,6 @@ get_primaries(libcolour_rgb_t *cs) memcpy(M[1], M[1] + 3, 3 * sizeof(TYPE)), M[1][3] = Sg; memcpy(M[2], M[2] + 3, 3 * sizeof(TYPE)), M[2][3] = Sb; - if (eliminate(M, 3, 4)) - return -1; - w.ciexyz.X = M[0][3]; w.ciexyz.Y = M[1][3]; w.ciexyz.Z = M[2][3]; -- cgit v1.2.3-70-g09d2