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

dwrite: Remove unused initializer (Clang).

parent 3549810f
......@@ -1423,7 +1423,7 @@ static HRESULT layout_compute_effective_runs(struct dwrite_textlayout *layout)
layout->clustermetrics[i].isNewline || /* always wrap on new line */
i == layout->cluster_count - 1) /* end of the text */ {
UINT32 strlength, last_cluster = i, index;
UINT32 strlength, last_cluster, index;
FLOAT descent, trailingspacewidth;
if (!overflow) {
......
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