diff options
Diffstat (limited to 'vcl/skia')
-rw-r--r-- | vcl/skia/gdiimpl.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/skia/gdiimpl.cxx b/vcl/skia/gdiimpl.cxx index e6c373c2f86b..503892287ed4 100644 --- a/vcl/skia/gdiimpl.cxx +++ b/vcl/skia/gdiimpl.cxx @@ -2178,7 +2178,6 @@ bool SkiaSalGraphicsImpl::supportsOperation(OutDevSupportType eType) const { switch (eType) { - case OutDevSupportType::B2DDraw: case OutDevSupportType::TransparentRect: return true; default: |