summaryrefslogtreecommitdiffstats
path: root/backend-shared/plannershared.cpp
diff options
context:
space:
mode:
authorGravatar jan Iversen <jan@casacondor.com>2020-01-23 16:31:17 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-01-25 17:27:07 -0800
commit4066a655929d6818ebfbadef1a10492d9f03c576 (patch)
treee544f8e4794fb8d783e2b87e97a13665fdc7cb38 /backend-shared/plannershared.cpp
parent74d13b0554543054033852ee34f315cb9d558bc1 (diff)
downloadsubsurface-4066a655929d6818ebfbadef1a10492d9f03c576.tar.gz
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>
Diffstat (limited to 'backend-shared/plannershared.cpp')
-rw-r--r--backend-shared/plannershared.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend-shared/plannershared.cpp b/backend-shared/plannershared.cpp
index df8a76452..34fc61016 100644
--- a/backend-shared/plannershared.cpp
+++ b/backend-shared/plannershared.cpp
@@ -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();
}