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 /qt-models/CMakeLists.txt | |
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 'qt-models/CMakeLists.txt')
-rw-r--r-- | qt-models/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-models/CMakeLists.txt b/qt-models/CMakeLists.txt index 45c303888..f3eb89373 100644 --- a/qt-models/CMakeLists.txt +++ b/qt-models/CMakeLists.txt @@ -57,8 +57,6 @@ set(SUBSURFACE_DESKTOP_MODELS_LIB_SRCS # models exclusively used in mobile builds set(SUBSURFACE_MOBILE_MODELS_LIB_SRCS - divelistmodel.cpp - divelistmodel.h divesummarymodel.cpp divesummarymodel.h gpslistmodel.cpp |