diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2016-01-11 15:34:53 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-11 15:46:11 -0800 |
commit | 8ead18a43a5398de6748d2be1191dcd072ad24eb (patch) | |
tree | 06a03c45230daa2af9a9443ffc262941a8a379da /subsurface-core/subsurface-qt/DiveObjectHelper.h | |
parent | 820cd0c28d9db6a6bc00a4bd8310bb669bec4db4 (diff) | |
download | subsurface-8ead18a43a5398de6748d2be1191dcd072ad24eb.tar.gz |
Simplify: removed timestamp variable
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 19d88e038..b79ce43f5 100644 --- a/subsurface-core/subsurface-qt/DiveObjectHelper.h +++ b/subsurface-core/subsurface-qt/DiveObjectHelper.h @@ -63,7 +63,6 @@ public: private: QString m_date; - timestamp_t m_timestamp; QString m_time; QString m_location; QString m_gps; |