summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.cpp
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-01-10 08:41:16 +0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-10 09:25:57 -0700
commit79b04a2f01c96ceb1afea73f252e69a6c6d4d033 (patch)
treea9aed8f13b94faf5fea7aefd09ac00911468f86e /mobile-widgets/qmlmanager.cpp
parente700920e8efd23e2101194145d00c9f282a41e6c (diff)
downloadsubsurface-79b04a2f01c96ceb1afea73f252e69a6c6d4d033.tar.gz
mobile: remove selectedDiveTimeStamp logic
Since the selection is now handled in the core this is not needed anymore. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'mobile-widgets/qmlmanager.cpp')
-rw-r--r--mobile-widgets/qmlmanager.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp
index 92dbfc4ff..b7ed5a359 100644
--- a/mobile-widgets/qmlmanager.cpp
+++ b/mobile-widgets/qmlmanager.cpp
@@ -149,7 +149,6 @@ void QMLManager::btRescan()
QMLManager::QMLManager() : m_locationServiceEnabled(false),
m_verboseEnabled(false),
- m_selectedDiveTimestamp(0),
alreadySaving(false),
m_pluggedInDeviceName(""),
m_showNonDiveComputers(false),
@@ -1711,12 +1710,6 @@ void QMLManager::setNotificationText(QString text)
emit notificationTextChanged();
}
-void QMLManager::setSelectedDiveTimestamp(int when)
-{
- m_selectedDiveTimestamp = when;
- emit selectedDiveTimestampChanged();
-}
-
qreal QMLManager::lastDevicePixelRatio()
{
return m_lastDevicePixelRatio;