From 79f95b7f7dbdec1b7e1638056981d305e588969d Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Tue, 15 Dec 2020 16:18:06 +0100 Subject: 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 --- core/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/CMakeLists.txt') 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} -- cgit v1.2.3-70-g09d2