[Libreoffice-commits] core.git: Branch 'feature/skia' - vcl/skia
Luboš Luňák (via logerrit)
logerrit at kemper.freedesktop.org
Wed Oct 30 13:37:44 UTC 2019
vcl/skia/salbmp.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit c9805984cc49b01c67206009be7bc01a0f5a18cb
Author: Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Wed Oct 30 14:36:31 2019 +0100
Commit: Luboš Luňák <l.lunak at collabora.com>
CommitDate: Wed Oct 30 14:36:31 2019 +0100
remove unwanted debug dump
Change-Id: I1cbda292155e251e2d0900f00f804f01238998ed
diff --git a/vcl/skia/salbmp.cxx b/vcl/skia/salbmp.cxx
index 05f9fb777bbf..b1b01f683fe4 100644
--- a/vcl/skia/salbmp.cxx
+++ b/vcl/skia/salbmp.cxx
@@ -345,7 +345,6 @@ const SkBitmap& SkiaSalBitmap::GetAlphaSkBitmap() const
// so we first need to convert to 8bit to be able to convert that to 8bit alpha.
SkBitmap* convertedBitmap = nullptr;
const SkBitmap* bitmap8 = &mBitmap;
- dump("/tmp/a1.png");
if (mBitmap.colorType() != kGray_8_SkColorType)
{
convertedBitmap = new SkBitmap;
More information about the Libreoffice-commits
mailing list