diff options
Diffstat (limited to 'mobile-widgets/qmlmanager.cpp')
-rw-r--r-- | mobile-widgets/qmlmanager.cpp | 7 |
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; |