[Libreoffice-commits] core.git: vcl/skia
LuboÅ¡ LuÅák (via logerrit)
logerrit at kemper.freedesktop.org
Fri Sep 25 09:33:04 UTC 2020
vcl/skia/salbmp.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 9a0d564dd949e09a15b16e9926f1631ac076e548
Author: Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Fri Sep 25 11:31:00 2020 +0200
Commit: Luboš Luňák <l.lunak at collabora.com>
CommitDate: Fri Sep 25 11:31:18 2020 +0200
remove useless line
This should have been removed in b5e023a7ef21c2ce546035b.
Change-Id: I89d4617d83b802c6d59d8ef2932aadb8af6f1fef
diff --git a/vcl/skia/salbmp.cxx b/vcl/skia/salbmp.cxx
index 2128511247bc..b6b85f60d9f3 100644
--- a/vcl/skia/salbmp.cxx
+++ b/vcl/skia/salbmp.cxx
@@ -77,7 +77,6 @@ SkiaSalBitmap::SkiaSalBitmap(const sk_sp<SkImage>& image)
bool SkiaSalBitmap::Create(const Size& rSize, sal_uInt16 nBitCount, const BitmapPalette& rPal)
{
ResetAllData();
- mBuffer.reset();
if (!isValidBitCount(nBitCount))
return false;
mPalette = rPal;
More information about the Libreoffice-commits
mailing list