cleaned code

This commit is contained in:
heckflosse
2016-09-21 00:35:02 +02:00
parent f17011cec4
commit 29c4d936aa

View File

@@ -29,17 +29,6 @@
#define BENCHMARK
#include "StopWatch.h"
namespace
{
int float2intx(float d)
{
d += 12582912.f;
return reinterpret_cast<int&>(d);
}
}
namespace rtengine
{