aboutsummaryrefslogtreecommitdiffstats
path: root/profile-widget/diveprofileitem.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-05 10:50:50 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-05 13:45:50 -0800
commiteb2e76a691ad41806d3ae79a747fc01841c8e78c (patch)
treeb31daab34c26ae134d79a773dfde1f42f91a90ae /profile-widget/diveprofileitem.cpp
parent081295cb406f5284b8aae3ef0dcbcdad01241179 (diff)
downloadsubsurface-eb2e76a691ad41806d3ae79a747fc01841c8e78c.tar.gz
Remove dead code
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile-widget/diveprofileitem.cpp')
-rw-r--r--profile-widget/diveprofileitem.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/profile-widget/diveprofileitem.cpp b/profile-widget/diveprofileitem.cpp
index 14efa9123..9805c4df5 100644
--- a/profile-widget/diveprofileitem.cpp
+++ b/profile-widget/diveprofileitem.cpp
@@ -906,8 +906,6 @@ void PartialPressureGasItem::modelDataChanged(const QModelIndex &topLeft, const
QPolygonF poly;
QPolygonF alertpoly;
alertPolygons.clear();
- QSettings s;
- s.beginGroup("TecDetails");
double threshold = 0.0;
if (thresholdPtr)
threshold = *thresholdPtr;