mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
7a740d25a8
commit
abd05f0d21
2 changed files with 12 additions and 13 deletions
|
@ -62,8 +62,6 @@ public:
|
|||
QString otu() const;
|
||||
|
||||
private:
|
||||
QStringList m_weights;
|
||||
QStringList m_cylinders;
|
||||
struct dive *m_dive;
|
||||
};
|
||||
Q_DECLARE_METATYPE(DiveObjectHelper *)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue