diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-02-14 20:59:16 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-02-14 20:59:29 +0000 |
commit | 30a36fa3a6451cf27cdec039aba480357d6f1613 (patch) | |
tree | 8035c7bca1019d64a563da932d48e69445ead7ab /vcl | |
parent | 9ac4a3426a63178607536e4ec85ac2984b775c62 (diff) |
WaE: unreachable code
Change-Id: I700168b0484e86caa8df4a579ef51bcd40b6f66f
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/glyphs/graphite_layout.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/glyphs/graphite_layout.cxx b/vcl/source/glyphs/graphite_layout.cxx index 2038a243394a..8226c9c0e2ee 100644 --- a/vcl/source/glyphs/graphite_layout.cxx +++ b/vcl/source/glyphs/graphite_layout.cxx @@ -687,7 +687,6 @@ unsigned int GraphiteLayout::ScanFwdForChar(int &findChar, bool fallback) const ++findChar; return 0; } - fallback = !fallback; } return unsigned(res); } |