diff options
author | Marco Cecchetti <marco.cecchetti@collabora.com> | 2015-08-31 14:35:50 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-09-01 16:28:50 +0100 |
commit | d3dbbf0944785e5dcd5d8c735c7360cc51a3b0d0 (patch) | |
tree | 0dc1222ef80f160885fac671520b6d262e05821f | |
parent | 51242678e2132d2172b9a63125a0974044baf8aa (diff) |
Removed no more needed code in ImpBitmap::ImplGetChecksu
Change-Id: I647941591615733caa546a8710817616923afa85
-rw-r--r-- | vcl/source/gdi/impbmp.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/source/gdi/impbmp.cxx b/vcl/source/gdi/impbmp.cxx index baf21913b288..b79b0d446aca 100644 --- a/vcl/source/gdi/impbmp.cxx +++ b/vcl/source/gdi/impbmp.cxx @@ -96,8 +96,7 @@ BitmapChecksum ImpBitmap::ImplGetChecksum() const { SalBitmap::ChecksumType aChecksum; mpSalBitmap->GetChecksum(aChecksum); - BitmapChecksum a32BitChecksum = aChecksum; - return a32BitChecksum; + return aChecksum; } void ImpBitmap::ImplInvalidateChecksum() |