mobile/undo: remove deletedDive and deletedTrip from QMLManager

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2019-11-15 07:41:37 +01:00 committed by Dirk Hohndel
parent 9fb52cc45c
commit 0f390183e2
2 changed files with 0 additions and 4 deletions

View file

@ -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;