diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-12-15 15:43:06 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-17 13:03:56 -0800 |
commit | cc5ebd741486c3231b50974959de2f5d842b8fa5 (patch) | |
tree | 8ef11506ff3f65956bc32025c8cf6438305ea822 /Subsurface-mobile.pro | |
parent | ae182c386b0b1b58ab25fc1fbc18c3618062e57f (diff) | |
download | subsurface-cc5ebd741486c3231b50974959de2f5d842b8fa5.tar.gz |
printing: remove CylinderObjectHelper
With the removal of grantlee, this became pointless glue
code. Call the formatting functions directly.
Since the printing code was the only user of CylinderObjectHelper,
remove the whole thing.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'Subsurface-mobile.pro')
-rw-r--r-- | Subsurface-mobile.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Subsurface-mobile.pro b/Subsurface-mobile.pro index 5641f422d..38dfd290a 100644 --- a/Subsurface-mobile.pro +++ b/Subsurface-mobile.pro @@ -122,7 +122,6 @@ SOURCES += subsurface-mobile-main.cpp \ core/settings/qPrefLog.cpp \ core/settings/qPrefMedia.cpp \ core/settings/qPrefUpdateManager.cpp \ - core/subsurface-qt/cylinderobjecthelper.cpp \ core/subsurface-qt/diveobjecthelper.cpp \ core/subsurface-qt/divelistnotifier.cpp \ backend-shared/exportfuncs.cpp \ @@ -258,7 +257,6 @@ HEADERS += \ core/settings/qPrefLog.h \ core/settings/qPrefMedia.h \ core/settings/qPrefUpdateManager.h \ - core/subsurface-qt/cylinderobjecthelper.h \ core/subsurface-qt/diveobjecthelper.h \ core/subsurface-qt/divelistnotifier.h \ backend-shared/exportfuncs.h \ |