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>
This commit is contained in:
Tomaz Canabrava 2016-01-11 16:48:46 -02:00 committed by Dirk Hohndel
parent 7a740d25a8
commit abd05f0d21
2 changed files with 12 additions and 13 deletions

View file

@ -62,8 +62,6 @@ public:
QString otu() const;
private:
QStringList m_weights;
QStringList m_cylinders;
struct dive *m_dive;
};
Q_DECLARE_METATYPE(DiveObjectHelper *)