diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-06-27 18:48:40 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-06-27 21:12:46 +0200 |
commit | 33af2a8e97c0cb8635be5452c58dad40944f8019 (patch) | |
tree | 251f2cd2ea471229f03b6795574ea8a34de05b53 /vcl | |
parent | d9388ab070ff99055650bf54b0e683a4be9bcdc9 (diff) |
This assert() seems superfluous
The assertion fails when one reproduces tdf#69460 but removing the
assert() does not cause any problems.
Change-Id: Idaa5d41a0cf76073e406d7152fc3b4e9ebd3e876
Reviewed-on: https://gerrit.libreoffice.org/56538
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/bmpacc.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/gdi/bmpacc.cxx b/vcl/source/gdi/bmpacc.cxx index b0e6f331b122..ae82afd2bc0f 100644 --- a/vcl/source/gdi/bmpacc.cxx +++ b/vcl/source/gdi/bmpacc.cxx @@ -59,8 +59,6 @@ BitmapInfoAccess::BitmapInfoAccess( Bitmap& rBitmap, BitmapAccessMode nMode ) : } } - assert(mpBuffer); - maBitmap = rBitmap; } |