diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-20 12:01:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-20 12:24:14 +0000 |
commit | a1b0d3ff53c9cd4299a2372d72eb9eba1fe48e80 (patch) | |
tree | 00a8ed1d16990585749f8f9df062c6a569a00adc /vcl/win | |
parent | 408c0a7693316f0e23080be52db9bef720ed2cb4 (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/win')
-rw-r--r-- | vcl/win/gdi/salprn.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/win/gdi/salprn.cxx b/vcl/win/gdi/salprn.cxx index 63c0c24ba810..bd3dd8a5f02f 100644 --- a/vcl/win/gdi/salprn.cxx +++ b/vcl/win/gdi/salprn.cxx @@ -1241,12 +1241,6 @@ sal_uInt32 WinSalInfoPrinter::GetCapabilities( const ImplJobSetup* pSetupData, P return TRUE; return FALSE; - case PrinterCapType::SetPaperBin: - nRet = ImplDeviceCaps( this, DC_BINS, nullptr, pSetupData ); - if ( nRet && (nRet != GDI_ERROR) ) - return TRUE; - return FALSE; - case PrinterCapType::SetPaperSize: case PrinterCapType::SetPaper: nRet = ImplDeviceCaps( this, DC_PAPERS, nullptr, pSetupData ); |