summaryrefslogtreecommitdiffstats
path: root/subsurface-core/subsurface-qt/DiveObjectHelper.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2016-01-11 15:40:10 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-11 15:46:12 -0800
commit8e8c32d26e0e9e44f5201925ae510d0ec6a43551 (patch)
treeb9acaf8f1af36d03e9dff08e3aa898a12554680b /subsurface-core/subsurface-qt/DiveObjectHelper.h
parenta6796d9c80f7f643ce729261eabac5f5fab78936 (diff)
downloadsubsurface-8e8c32d26e0e9e44f5201925ae510d0ec6a43551.tar.gz
Simplify: removed buddy and airTemp variable
also fixed a bug on the depth Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-core/subsurface-qt/DiveObjectHelper.h')
-rw-r--r--subsurface-core/subsurface-qt/DiveObjectHelper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/subsurface-core/subsurface-qt/DiveObjectHelper.h b/subsurface-core/subsurface-qt/DiveObjectHelper.h
index 4240b035b..b874506ab 100644
--- a/subsurface-core/subsurface-qt/DiveObjectHelper.h
+++ b/subsurface-core/subsurface-qt/DiveObjectHelper.h
@@ -65,8 +65,6 @@ private:
QString m_date;
QString m_time;
QString m_gps;
- QString m_buddy;
- QString m_airTemp;
QString m_waterTemp;
QString m_notes;
QString m_tags;