Removed accidently committed condition

This commit is contained in:
heckflosse
2018-06-07 22:08:07 +02:00
parent 3b69c781c2
commit d624577ee5

View File

@@ -1952,7 +1952,7 @@ void RawImageSource::preprocess (const RAWParams &raw, const LensProfParams &le
for(int i = 0; i < 4; ++i) {
green_equilibrate_global(*rawDataFrames[i]);
}
} else if(idata->getModel() != "E-M1MarkII") {
} else {
green_equilibrate_global(rawData);
}
}