backend-shared: correct wrong comment

Remove comment that was very false (next line contradicted the comment).

Signed-off-by: jan Iversen <jan@casacondor.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
jan Iversen 2020-01-23 16:31:17 +01:00 committed by Dirk Hohndel
parent 74d13b0554
commit 4066a65592

View file

@ -135,7 +135,6 @@ double plannerShared::bottompo2()
}
void plannerShared::set_bottompo2(double value)
{
// NO conversion, this is done in the planner model.
qPrefDivePlanner::set_bottompo2((int) (value * 1000.0));
CylindersModel::instance()->updateBestMixes();
}