summaryrefslogtreecommitdiffstats
path: root/vcl/headless/svpinst.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/headless/svpinst.cxx')
-rw-r--r--vcl/headless/svpinst.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/headless/svpinst.cxx b/vcl/headless/svpinst.cxx
index fe381fb16a04..ec7039a315e0 100644
--- a/vcl/headless/svpinst.cxx
+++ b/vcl/headless/svpinst.cxx
@@ -446,12 +446,9 @@ Format SvpSalInstance::getBaseBmpFormatForDeviceFormat(DeviceFormat eFormat)
{
case DeviceFormat::BITMASK:
return Format::OneBitMsbPal;
- case DeviceFormat::GRAYSCALE:
- return Format::EightBitPal;
default:
return SVP_CAIRO_FORMAT;
}
-
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */