removed commented out code

This commit is contained in:
Phuntsok Drak-pa 2019-04-14 04:00:24 +02:00
parent 7e8d56bb1b
commit d7d02cc73d
1 changed files with 0 additions and 7 deletions

View File

@ -483,13 +483,6 @@ void ImageManipulator::method4(bool const t_controlled_size)
return elem1.second < elem2.second;
});
update_gen_image(pos->first, pos->second);
// size_t best = 0;
// for (size_t i = 0; i < values.size(); ++i) {
// if (values[i].second < values[best].second) {
// best = i;
// }
// }
// update_gen_image(values[best].first, values[best].second);
}
}
}