summaryrefslogtreecommitdiffstats
path: root/subsurface-core/subsurface-qt/DiveObjectHelper.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2016-01-11 16:37:10 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-11 15:47:07 -0800
commit3a72699bfdac5d5c20f2a52543283e6f4ed9a24c (patch)
treed1fabf7a60552da6ddbb09396f98fb34c66fdfef /subsurface-core/subsurface-qt/DiveObjectHelper.h
parent28f4e12725a51bc10e7605c526fc9ecf23dc5758 (diff)
downloadsubsurface-3a72699bfdac5d5c20f2a52543283e6f4ed9a24c.tar.gz
Simplify: remove the gas variable
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/subsurface-core/subsurface-qt/DiveObjectHelper.h b/subsurface-core/subsurface-qt/DiveObjectHelper.h
index ba1a02236..160bbfb8e 100644
--- a/subsurface-core/subsurface-qt/DiveObjectHelper.h
+++ b/subsurface-core/subsurface-qt/DiveObjectHelper.h
@@ -64,7 +64,6 @@ public:
private:
QString m_date;
QString m_time;
- QString m_gas;
QStringList m_weights;
QStringList m_cylinders;
struct dive *m_dive;