diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2016-01-11 16:04:46 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-11 15:47:07 -0800 |
commit | e2bc3b0e2439cecebe2138d9362085c58df94415 (patch) | |
tree | b6e5608ee37be14c423bdef3cd7ecffe3537805d /subsurface-core/subsurface-qt/DiveObjectHelper.h | |
parent | 6f95242ff121f0d5e6cace4c7c07aa8536c78fdc (diff) | |
download | subsurface-e2bc3b0e2439cecebe2138d9362085c58df94415.tar.gz |
Simplify: remove m_notes variable
I didn't understood the logic of the define & replace,
so maybe we want a few comments there.
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/subsurface-core/subsurface-qt/DiveObjectHelper.h b/subsurface-core/subsurface-qt/DiveObjectHelper.h index c3c8defda..4ef51141d 100644 --- a/subsurface-core/subsurface-qt/DiveObjectHelper.h +++ b/subsurface-core/subsurface-qt/DiveObjectHelper.h @@ -65,7 +65,6 @@ private: QString m_date; QString m_time; QString m_gps; - QString m_notes; QString m_tags; QString m_gas; QString m_sac; |