summaryrefslogtreecommitdiffstats
path: root/subsurface-core/subsurface-qt/DiveObjectHelper.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2016-01-11 16:40:10 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-11 15:47:07 -0800
commit7a740d25a8ee798e0aa6a76df8598a9e83d95c54 (patch)
tree1947f81afae79de867b5d916dc0757b8a7c496d1 /subsurface-core/subsurface-qt/DiveObjectHelper.h
parent3a72699bfdac5d5c20f2a52543283e6f4ed9a24c (diff)
downloadsubsurface-7a740d25a8ee798e0aa6a76df8598a9e83d95c54.tar.gz
Simplify: return date and time directly
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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/subsurface-core/subsurface-qt/DiveObjectHelper.h b/subsurface-core/subsurface-qt/DiveObjectHelper.h
index 160bbfb8e..5702535ba 100644
--- a/subsurface-core/subsurface-qt/DiveObjectHelper.h
+++ b/subsurface-core/subsurface-qt/DiveObjectHelper.h
@@ -62,8 +62,6 @@ public:
QString otu() const;
private:
- QString m_date;
- QString m_time;
QStringList m_weights;
QStringList m_cylinders;
struct dive *m_dive;