summaryrefslogtreecommitdiffstats
path: root/printer.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-08-23 07:38:11 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-08-23 07:38:11 -0700
commit2f540b56a8e42c8a0722dec3676297024f31eb74 (patch)
treed5c34830520481fccef873a3cbc5b9f60aae8d07 /printer.h
parentfbce8a0378f5ebcd36dbc08b3b5771ccf5cad830 (diff)
parentcc864794753eb586e89470d87196e13568cb9031 (diff)
downloadsubsurface-2f540b56a8e42c8a0722dec3676297024f31eb74.tar.gz
Merge branch 'custom-print' of github.com:neolit123/subsurface
Diffstat (limited to 'printer.h')
-rw-r--r--printer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/printer.h b/printer.h
index 5c7652a8d..979cacd6a 100644
--- a/printer.h
+++ b/printer.h
@@ -39,7 +39,6 @@ public:
Printer(QPaintDevice *paintDevice, print_options *printOptions, template_options *templateOptions, PrintMode printMode);
~Printer();
void print();
- void print_statistics();
void previewOnePage();
signals: