diff options
Diffstat (limited to 'vcl/osx/salprn.cxx')
-rw-r--r-- | vcl/osx/salprn.cxx | 4 |
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: |