diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-01-10 08:45:34 +0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-10 09:25:57 -0700 |
commit | 3c2a192864c3c3b92f93a15e76c7bd4211106126 (patch) | |
tree | 610c5a91d1133e8b52d26a6a77d4001b0993bab8 /subsurface-helper.cpp | |
parent | 6400867910959ba566adc7596fb9e9c2fd48a7c3 (diff) | |
download | subsurface-3c2a192864c3c3b92f93a15e76c7bd4211106126.tar.gz |
mobile: remove no longer used DiveListModel
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'subsurface-helper.cpp')
-rw-r--r-- | subsurface-helper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/subsurface-helper.cpp b/subsurface-helper.cpp index d76e4b52c..013cfb125 100644 --- a/subsurface-helper.cpp +++ b/subsurface-helper.cpp @@ -16,7 +16,6 @@ #include "mobile-widgets/themeinterface.h" #include "mobile-widgets/qmlmanager.h" #include "mobile-widgets/qmlinterface.h" -#include "qt-models/divelistmodel.h" #include "qt-models/divesummarymodel.h" #include "qt-models/gpslistmodel.h" #include "qt-models/messagehandlermodel.h" |