diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2016-01-11 15:56:50 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-11 15:46:59 -0800 |
commit | 6f95242ff121f0d5e6cace4c7c07aa8536c78fdc (patch) | |
tree | ebaefbf5de10515eaff000160d50c0d4a106634b /subsurface-core/subsurface-qt/DiveObjectHelper.h | |
parent | 75561ff9566a971d24ff596032a77219c468e906 (diff) | |
download | subsurface-6f95242ff121f0d5e6cace4c7c07aa8536c78fdc.tar.gz |
Simplify: remove Maxcns and OTU variables
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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/subsurface-core/subsurface-qt/DiveObjectHelper.h b/subsurface-core/subsurface-qt/DiveObjectHelper.h index b96eb6187..c3c8defda 100644 --- a/subsurface-core/subsurface-qt/DiveObjectHelper.h +++ b/subsurface-core/subsurface-qt/DiveObjectHelper.h @@ -71,8 +71,6 @@ private: QString m_sac; QStringList m_weights; QStringList m_cylinders; - QString m_maxcns; - QString m_otu; struct dive *m_dive; }; Q_DECLARE_METATYPE(DiveObjectHelper *) |