summaryrefslogtreecommitdiff
path: root/vcl/generic
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-09-07 15:40:06 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-07 15:40:06 +0200
commit984df756592c4cf2f784fda1d0cbdf8e5c7ef64c (patch)
treeef05a9f239c3d6085ce2e7b8881868c837eba7e0 /vcl/generic
parentb08e6375f287037f8cc996a428a7b6bc55b08594 (diff)
clang-analyzer-deadcode.DeadStores
...ever since its inception with 5624be5a3520a16d57724064e16df3722d728010 "CWS-TOOLING: integrate CWS graphite01" Change-Id: Ib530362efe1b52f43a2a25e531cce9326001044d
Diffstat (limited to 'vcl/generic')
-rw-r--r--vcl/generic/glyphs/gcach_ftyp.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/generic/glyphs/gcach_ftyp.cxx b/vcl/generic/glyphs/gcach_ftyp.cxx
index 54a7aa69bcf2..1d1e1ac838d2 100644
--- a/vcl/generic/glyphs/gcach_ftyp.cxx
+++ b/vcl/generic/glyphs/gcach_ftyp.cxx
@@ -1041,7 +1041,6 @@ bool ServerFont::GetGlyphBitmap1( sal_GlyphId aGlyphId, RawBitmap& rRawBitmap )
if( (cbox.xMax - cbox.xMin) == 0 || (cbox.yMax - cbox.yMin == 0) )
{
- nAngle = 0;
memset(&rRawBitmap, 0, sizeof rRawBitmap);
FT_Done_Glyph( pGlyphFT );
return true;