diff options
-rw-r--r-- | backend-shared/plannershared.cpp | 1 |
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(); } |