From 79b04a2f01c96ceb1afea73f252e69a6c6d4d033 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Fri, 10 Jan 2020 08:41:16 +0800 Subject: mobile: remove selectedDiveTimeStamp logic Since the selection is now handled in the core this is not needed anymore. Signed-off-by: Berthold Stoeger --- mobile-widgets/qmlmanager.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'mobile-widgets/qmlmanager.cpp') 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; -- cgit v1.2.3-70-g09d2