summaryrefslogtreecommitdiff
path: root/vcl/win
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/win
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/win')
-rw-r--r--vcl/win/gdi/salprn.cxx6
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 );