Coverity 191034 Uninitialized scalar variable

This commit is contained in:
heckflosse
2018-09-17 13:18:58 +02:00
parent 7d6fffcbff
commit 2590afa2f4

View File

@@ -960,9 +960,7 @@ void Crop::update(int todo)
if (params.wavelet.Tilesmethod == "big") {
realtile = 22;
}
if (params.wavelet.Tilesmethod == "lit") {
} else /*if (params.wavelet.Tilesmethod == "lit")*/ {
realtile = 12;
}