dwrite: Remove dead initialization (clang).
Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f130a5acef
commit
e07e8293b9
|
@ -883,7 +883,7 @@ static HRESULT layout_compute_runs(struct dwrite_textlayout *layout)
|
||||||
run->run.fontEmSize = range->fontsize * scale;
|
run->run.fontEmSize = range->fontsize * scale;
|
||||||
|
|
||||||
if (mapped_length < length) {
|
if (mapped_length < length) {
|
||||||
struct regular_layout_run *nextrun = &r->u.regular;
|
struct regular_layout_run *nextrun;
|
||||||
struct layout_run *nextr;
|
struct layout_run *nextr;
|
||||||
|
|
||||||
/* keep mapped part for current run, add another run for the rest */
|
/* keep mapped part for current run, add another run for the rest */
|
||||||
|
|
Loading…
Reference in New Issue