diff --git a/rtengine/iplab2rgb.cc b/rtengine/iplab2rgb.cc index d37ba362d..c5eeb1a2a 100644 --- a/rtengine/iplab2rgb.cc +++ b/rtengine/iplab2rgb.cc @@ -29,17 +29,6 @@ #define BENCHMARK #include "StopWatch.h" -namespace -{ - -int float2intx(float d) -{ - d += 12582912.f; - return reinterpret_cast(d); -} -} - - namespace rtengine {