diff options
-rw-r--r-- | vcl/skia/salbmp.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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; |