From 643a9e7d54d6c3266aa4d20fbf9e791c3038753f Mon Sep 17 00:00:00 2001 From: heckflosse Date: Fri, 2 Oct 2015 23:01:56 +0200 Subject: [PATCH] added a file I forgot at last commit --- rtengine/stdimagesource.h | 1 - 1 file changed, 1 deletion(-) diff --git a/rtengine/stdimagesource.h b/rtengine/stdimagesource.h index 3848fe5e9..6017fae74 100644 --- a/rtengine/stdimagesource.h +++ b/rtengine/stdimagesource.h @@ -92,7 +92,6 @@ public: void convertColorSpace(Imagefloat* image, ColorManagementParams cmp, ColorTemp &wb);// RAWParams raw will not be used for non-raw files (see imagesource.h) static void colorSpaceConversion (Imagefloat* im, ColorManagementParams cmp, cmsHPROFILE embedded, IIOSampleFormat sampleFormat); - //static void colorSpaceConversion16 (Image16* im, ColorManagementParams cmp, cmsHPROFILE embedded); static inline double intpow (double a, int b) {