mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
dwrite: Remove unused initializer (Clang).
This commit is contained in:
parent
3549810faa
commit
b4b65d8284
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue