summaryrefslogtreecommitdiff
path: root/include/vcl/print.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-07 14:19:22 +0200
committerNoel Grandin <noel@peralex.com>2016-03-07 14:55:55 +0200
commitb2fb84499e1f75735e8fd90bc2eece3fed9af5f6 (patch)
tree186f3a6947b4d5feffe1326f66021102fac88c83 /include/vcl/print.hxx
parentc89f73a6033b28484f5e10054b542fa69a9fe475 (diff)
loplugin:write only fields
Change-Id: Ia0fb487c5590e096659b81f76c4dc543e184c59c
Diffstat (limited to 'include/vcl/print.hxx')
-rw-r--r--include/vcl/print.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx
index e432c935d4be..a36d7b2c5ee3 100644
--- a/include/vcl/print.hxx
+++ b/include/vcl/print.hxx
@@ -59,17 +59,6 @@ enum PrinterSupport
};
-class VCL_DLLPUBLIC PrinterPage
-{
- GDIMetaFile* mpMtf;
-
-public:
-
- PrinterPage( GDIMetaFile* pMtf ) : mpMtf( pMtf ) {}
- ~PrinterPage() { delete mpMtf; }
-};
-
-
class VCL_DLLPUBLIC QueueInfo
{
friend class Printer;