d3dx9: Remove dead assignment (Coverity).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
61de927355
commit
29fee71f1d
|
@ -5662,7 +5662,6 @@ static HRESULT create_outline(struct glyphinfo *glyph, void *raw_outline, int da
|
||||||
pt->corner = POINTTYPE_CURVE_END;
|
pt->corner = POINTTYPE_CURVE_END;
|
||||||
}
|
}
|
||||||
outline->count--;
|
outline->count--;
|
||||||
lastpt = &outline->items[outline->count - 1];
|
|
||||||
} else {
|
} else {
|
||||||
/* outline closed with a line from end to start point */
|
/* outline closed with a line from end to start point */
|
||||||
attempt_line_merge(outline, outline->count - 1, &pt->pos, FALSE, cos_table);
|
attempt_line_merge(outline, outline->count - 1, &pt->pos, FALSE, cos_table);
|
||||||
|
|
Loading…
Reference in New Issue