Nikolay Sivov : d3dx9/tests: Remove dead assignment.

Alexandre Julliard julliard at winehq.org
Fri Aug 5 16:20:08 CDT 2016


Module: wine
Branch: master
Commit: 0054621b70cf2f1e123af5a1f61c1b572d5d35c7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0054621b70cf2f1e123af5a1f61c1b572d5d35c7

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Fri Aug  5 22:26:24 2016 +0300

d3dx9/tests: Remove dead assignment.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/d3dx9_36/tests/mesh.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/d3dx9_36/tests/mesh.c b/dlls/d3dx9_36/tests/mesh.c
index f2a0751..95dd06e 100644
--- a/dlls/d3dx9_36/tests/mesh.c
+++ b/dlls/d3dx9_36/tests/mesh.c
@@ -3734,7 +3734,6 @@ static HRESULT create_outline(struct glyphinfo *glyph, void *raw_outline, int da
                         pt->corner = POINTTYPE_CURVE_END;
                 }
                 outline->count--;
-                lastpt = &outline->items[outline->count - 1];
             } else {
                 /* outline closed with a line from end to start point */
                 attempt_line_merge(outline, outline->count - 1, &pt->pos, FALSE);




More information about the wine-cvs mailing list