From 4066a655929d6818ebfbadef1a10492d9f03c576 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Thu, 23 Jan 2020 16:31:17 +0100 Subject: [PATCH] backend-shared: correct wrong comment Remove comment that was very false (next line contradicted the comment). Signed-off-by: jan Iversen Signed-off-by: Dirk Hohndel --- backend-shared/plannershared.cpp | 1 - 1 file changed, 1 deletion(-) 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(); }