summaryrefslogtreecommitdiff
path: root/include/vcl/prntypes.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-20 12:01:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-20 12:24:14 +0000
commita1b0d3ff53c9cd4299a2372d72eb9eba1fe48e80 (patch)
tree00a8ed1d16990585749f8f9df062c6a569a00adc /include/vcl/prntypes.hxx
parent408c0a7693316f0e23080be52db9bef720ed2cb4 (diff)
remove unused enumerators from PrinterCapType
Change-Id: Id4f788dfae64e7a9bcde16af2db2ddeafaf6900e Reviewed-on: https://gerrit.libreoffice.org/34468 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/prntypes.hxx')
-rw-r--r--include/vcl/prntypes.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/prntypes.hxx b/include/vcl/prntypes.hxx
index f39544bab8de..ea6756568e1b 100644
--- a/include/vcl/prntypes.hxx
+++ b/include/vcl/prntypes.hxx
@@ -75,13 +75,11 @@ enum class PrinterCapType
Copies = 2,
CollateCopies = 3,
SetOrientation = 4,
- SetPaperBin = 5,
SetPaperSize = 6,
SetPaper = 7,
Fax = 8,
PDF = 9,
ExternalDialog = 10,
- SetDuplex = 11,
UsePullModel = 12,
};