summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-05-15 16:41:40 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-05-15 14:19:21 -0700
commitd30b773365706daa56694bb0538f9f34d1432bae (patch)
tree8d87acc5c3eb31984205582ae0ae15d022845ef0
parent7533f4490b278af2ad99a20a34aa09d8d59858f1 (diff)
downloadsubsurface-d30b773365706daa56694bb0538f9f34d1432bae.tar.gz
cleanup: remove redundant model source files in CMakeLists.txt
The divetripmodel.cpp, models.cpp and tankinfomodel.cpp source files as well as the corresponding headers were listed as "general" and as "desktop" models, i.e. twice. Remove the redundant entries in the desktop list. This should have no consequence whatsoever. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
-rw-r--r--qt-models/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/qt-models/CMakeLists.txt b/qt-models/CMakeLists.txt
index f3eb89373..8d88e0712 100644
--- a/qt-models/CMakeLists.txt
+++ b/qt-models/CMakeLists.txt
@@ -39,14 +39,8 @@ set(SUBSURFACE_DESKTOP_MODELS_LIB_SRCS
divepicturemodel.h
divesiteimportmodel.cpp
divesiteimportmodel.h
- divetripmodel.cpp
- divetripmodel.h
filtermodels.cpp
filtermodels.h
- models.cpp
- models.h
- tankinfomodel.cpp
- tankinfomodel.h
treemodel.cpp
treemodel.h
weightmodel.cpp