diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-07-30 21:46:07 +0100 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-07-31 09:52:37 +0200 |
commit | acbdda150534927852cd475f94c3fcb1f9db53da (patch) | |
tree | c1ea75606051a2f8b0369fe2792af686cb5bbc48 /vcl/skia | |
parent | 6fce450b8a66d7e98a4d39528f8591184277e9fa (diff) |
supportsOperation OutDevSupportType::B2DDraw is always true now
since:
commit 4998de76ed1da4039e30718941d50d6f1dfe4f82
Date: Sun Jul 30 07:40:48 2023 +0000
tdf#156230: Drop freshly unused GenPspGfxBackend
Change-Id: I1adc30a60aec0c5aab9289e9c0505d1dbad10631
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155074
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
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: |