From 828964ce8d234c6bd0f84d0e5c8f7d2d098fe9d5 Mon Sep 17 00:00:00 2001 From: heckflosse Date: Sat, 17 Feb 2018 21:03:30 +0100 Subject: [PATCH] Removed obsolete comment, #4392 --- rtengine/LUT.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/rtengine/LUT.h b/rtengine/LUT.h index d4d2a91f8..abc2b0bde 100644 --- a/rtengine/LUT.h +++ b/rtengine/LUT.h @@ -95,8 +95,6 @@ protected: // list of variables ordered to improve cache speed int maxs; float maxsf; - // For the SSE routine operator[](vfloat), we just clip float lookup values - // to just below the max value. T * data; unsigned int clip; unsigned int size;