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>
This commit is contained in:
Berthold Stoeger 2020-12-15 15:43:06 +01:00 committed by Dirk Hohndel
parent ae182c386b
commit cc5ebd7414
7 changed files with 8 additions and 61 deletions

View file

@ -6,7 +6,6 @@
#include "core/equipment.h"
#include <QStringList>
class CylinderObjectHelper;
struct print_options;
struct template_options;
class QTextStream;