Simplify: remove Maxcns and OTU variables

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2016-01-11 15:56:50 -02:00 committed by Dirk Hohndel
parent 75561ff956
commit 6f95242ff1
2 changed files with 2 additions and 6 deletions

View file

@ -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 *)