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 /backend-shared/CMakeLists.txt | |
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 'backend-shared/CMakeLists.txt')
-rw-r--r-- | backend-shared/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backend-shared/CMakeLists.txt b/backend-shared/CMakeLists.txt index 4ecd58074..fdfdb1e05 100644 --- a/backend-shared/CMakeLists.txt +++ b/backend-shared/CMakeLists.txt @@ -1,7 +1,6 @@ # backend functionality shared between Desktop (UI) and Mobile (QML) set(BACKEND_SRCS - divesummary.cpp exportfuncs.cpp exportfuncs.h plannershared.cpp |