summaryrefslogtreecommitdiff
path: root/include/vcl/print.hxx
diff options
context:
space:
mode:
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;