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:48:46 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-11 15:47:07 -0800
commitabd05f0d21ab98ad11daaeac63243c8a428b4881 (patch)
treea67c0699e43fc472a0206cf0590d36208f1076da /subsurface-core/subsurface-qt/DiveObjectHelper.h
parent7a740d25a8ee798e0aa6a76df8598a9e83d95c54 (diff)
downloadsubsurface-abd05f0d21ab98ad11daaeac63243c8a428b4881.tar.gz
Simplify: remove weigths and cylinders.
This finishes the first round of Simplication patches for the QML basecode. The second one will be about the preferences. 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 5702535ba..4d1e1acb2 100644
--- a/subsurface-core/subsurface-qt/DiveObjectHelper.h
+++ b/subsurface-core/subsurface-qt/DiveObjectHelper.h
@@ -62,8 +62,6 @@ public:
QString otu() const;
private:
- QStringList m_weights;
- QStringList m_cylinders;
struct dive *m_dive;
};
Q_DECLARE_METATYPE(DiveObjectHelper *)