diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-12-15 16:18:06 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-17 13:03:56 -0800 |
commit | 79f95b7f7dbdec1b7e1638056981d305e588969d (patch) | |
tree | 0b5520ba650195305823c3649e246e7963d2c5a6 /core/CMakeLists.txt | |
parent | 1037c15b98bf9e2e4734e9e6ee2d5c6387f131a9 (diff) | |
download | subsurface-79f95b7f7dbdec1b7e1638056981d305e588969d.tar.gz |
core: remove DiveObjectHelper
Since switching to the mobile-models and removing grantlee,
DiveObjectHelper was demoted to a thin wrapper around string
formatting functions. The last user was removed in a previous
commit.
It was never a good idea, given QML's strange memory-management.
Let's remove it.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r-- | core/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 1a5744356..9d92cc1d1 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -246,8 +246,6 @@ set(SUBSURFACE_CORE_LIB_SRCS #Subsurface Qt have the Subsurface structs QObjectified for easy access via QML. subsurface-qt/divelistnotifier.cpp subsurface-qt/divelistnotifier.h - subsurface-qt/diveobjecthelper.cpp - subsurface-qt/diveobjecthelper.h ${SERIAL_FTDI} ${PLATFORM_SRC} |