Simplify: remove the gas variable

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:37:10 -02:00 committed by Dirk Hohndel
parent 28f4e12725
commit 3a72699bfd
2 changed files with 19 additions and 19 deletions

View file

@ -64,7 +64,6 @@ public:
private:
QString m_date;
QString m_time;
QString m_gas;
QStringList m_weights;
QStringList m_cylinders;
struct dive *m_dive;