mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
e700920e8e
commit
79b04a2f01
3 changed files with 0 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue