mirror of
https://github.com/reactos/wine.git
synced 2025-02-13 08:44:54 +00:00
dwrite: Remove unused initializer (Clang).
This commit is contained in:
parent
3549810faa
commit
b4b65d8284
@ -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…
x
Reference in New Issue
Block a user