dwrite: Remove unused initializer (Clang).

This commit is contained in:
André Hentschel 2015-07-21 20:31:45 +02:00 committed by Alexandre Julliard
parent 3549810faa
commit b4b65d8284

View file

@ -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) {