diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2016-01-11 16:13:23 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-11 15:47:07 -0800 |
commit | 04704d02c87434c5ba88b9bfb2f5d51b7f3695b5 (patch) | |
tree | 79b5c85511c9aff57bade8ca49f77c8d3eb8b400 /subsurface-core/subsurface-qt/DiveObjectHelper.h | |
parent | e2bc3b0e2439cecebe2138d9362085c58df94415 (diff) | |
download | subsurface-04704d02c87434c5ba88b9bfb2f5d51b7f3695b5.tar.gz |
Simplify: remove gps variable
And also use existing helper function to get the GPS string
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 4ef51141d..587b3f692 100644 --- a/subsurface-core/subsurface-qt/DiveObjectHelper.h +++ b/subsurface-core/subsurface-qt/DiveObjectHelper.h @@ -64,7 +64,6 @@ public: private: QString m_date; QString m_time; - QString m_gps; QString m_tags; QString m_gas; QString m_sac; |