summaryrefslogtreecommitdiff
path: root/vcl/osx/salprn.cxx
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 /vcl/osx/salprn.cxx
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 'vcl/osx/salprn.cxx')
-rw-r--r--vcl/osx/salprn.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/osx/salprn.cxx b/vcl/osx/salprn.cxx
index 562e4d0d3705..7d48ffa99d16 100644
--- a/vcl/osx/salprn.cxx
+++ b/vcl/osx/salprn.cxx
@@ -281,10 +281,6 @@ sal_uInt32 AquaSalInfoPrinter::GetCapabilities( const ImplJobSetup*, PrinterCapT
return 0xffff;
case PrinterCapType::SetOrientation:
return 1;
- case PrinterCapType::SetDuplex:
- return 0;
- case PrinterCapType::SetPaperBin:
- return 0;
case PrinterCapType::SetPaperSize:
return 1;
case PrinterCapType::SetPaper: