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:
André Hentschel 2017-01-30 23:11:06 +01:00 committed by Alexandre Julliard
parent f130a5acef
commit e07e8293b9
1 changed files with 1 additions and 1 deletions

View File

@ -883,7 +883,7 @@ static HRESULT layout_compute_runs(struct dwrite_textlayout *layout)
run->run.fontEmSize = range->fontsize * scale;
if (mapped_length < length) {
struct regular_layout_run *nextrun = &r->u.regular;
struct regular_layout_run *nextrun;
struct layout_run *nextr;
/* keep mapped part for current run, add another run for the rest */