mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
74d13b0554
commit
4066a65592
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue