Commit e07e8293 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

dwrite: Remove dead initialization (clang).

parent f130a5ac
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment