diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-02-08 10:21:30 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-02-08 10:29:36 -0800 |
commit | 641ca47fd5e53cdddb01d3ee127274012fa5a9cb (patch) | |
tree | e8d057babbbbc387d6c784d50883cb63e4d32aa9 /packaging/ios | |
parent | 6c7411c776597d46074247923137965e2216b732 (diff) | |
download | subsurface-641ca47fd5e53cdddb01d3ee127274012fa5a9cb.tar.gz |
mobile/summary: remove backend-share/divesummary.[h|cpp]
These were replaced by a model.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'packaging/ios')
-rw-r--r-- | packaging/ios/Subsurface-mobile.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/ios/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile.pro index 5c2c9a84a..a171a331f 100644 --- a/packaging/ios/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile.pro @@ -108,7 +108,6 @@ SOURCES += ../../subsurface-mobile-main.cpp \ ../../core/subsurface-qt/cylinderobjecthelper.cpp \ ../../core/subsurface-qt/diveobjecthelper.cpp \ ../../core/subsurface-qt/DiveListNotifier.cpp \ - ../../backend-shared/divesummary.cpp \ ../../backend-shared/exportfuncs.cpp \ ../../backend-shared/plannershared.cpp \ ../../mobile-widgets/qmlinterface.cpp \ @@ -244,7 +243,6 @@ HEADERS += \ ../../core/subsurface-qt/cylinderobjecthelper.h \ ../../core/subsurface-qt/diveobjecthelper.h \ ../../core/subsurface-qt/divelistnotifier.h \ - ../../backend-shared/divesummary.h \ ../../backend-shared/exportfuncs.h \ ../../backend-shared/plannershared.h \ ../../mobile-widgets/qmlinterface.h \ |