diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-11-15 07:41:37 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-09 12:41:57 -0700 |
commit | 0f390183e21095e29c75b60fb0f74d8f85d232cb (patch) | |
tree | ed909d6110ad4946582b07f6b8859e6a96cffaa2 /mobile-widgets/qmlmanager.h | |
parent | 9fb52cc45c22191b26c4d1f8ce98e9d88a5bee83 (diff) | |
download | subsurface-0f390183e21095e29c75b60fb0f74d8f85d232cb.tar.gz |
mobile/undo: remove deletedDive and deletedTrip from QMLManager
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'mobile-widgets/qmlmanager.h')
-rw-r--r-- | mobile-widgets/qmlmanager.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h index b1bdfd2b7..367faf325 100644 --- a/mobile-widgets/qmlmanager.h +++ b/mobile-widgets/qmlmanager.h @@ -243,8 +243,6 @@ private: GpsLocation *locationProvider; bool m_loadFromCloud; static QMLManager *m_instance; - struct dive *deletedDive; - struct dive_trip *deletedTrip; QString m_notificationText; int m_updateSelectedDive; int m_selectedDiveTimestamp; |