summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pngread.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-09 13:09:23 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-09 13:50:39 +0200
commit1e688a945b55f5e53d06a30d97ce885e0f6bbbee (patch)
tree03934bfe327b2f7ca87674fea77eda84562d7bc8 /vcl/source/gdi/pngread.cxx
parentf0ae58552b2a5d27b90e382914b492f679f581b0 (diff)
clang-analyzer-deadcode.DeadStores
Change-Id: I9e2cf9b06fcf0b0a9dfd642fa788f203ade19fe3
Diffstat (limited to 'vcl/source/gdi/pngread.cxx')
-rw-r--r--vcl/source/gdi/pngread.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/gdi/pngread.cxx b/vcl/source/gdi/pngread.cxx
index 87d9a3f9ae18..fd487c12a769 100644
--- a/vcl/source/gdi/pngread.cxx
+++ b/vcl/source/gdi/pngread.cxx
@@ -1298,7 +1298,6 @@ void PNGReaderImpl::ImplDrawScanline( sal_uInt32 nXStart, sal_uInt32 nXAdd )
{
int nLineBytes = maOrigSize.Width();
mpAcc->CopyScanline( nY, pTmp, BMP_FORMAT_8BIT_PAL, nLineBytes );
- pTmp += nLineBytes;
}
else
{