Remove variable path which is not really used from test_linei.

Gerald Pfeifer gerald at pfeifer.com
Fri Apr 30 18:24:40 CDT 2010


---
 dlls/gdiplus/tests/graphicspath.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/dlls/gdiplus/tests/graphicspath.c b/dlls/gdiplus/tests/graphicspath.c
index 5f4a92e..2343e9c 100644
--- a/dlls/gdiplus/tests/graphicspath.c
+++ b/dlls/gdiplus/tests/graphicspath.c
@@ -560,12 +560,6 @@ static void test_linei(void)
 {
     GpStatus status;
     GpPath *path;
-    GpPointF points[2];
-
-    points[0].X = 7.0;
-    points[0].Y = 11.0;
-    points[1].X = 13.0;
-    points[1].Y = 17.0;
 
     GdipCreatePath(FillModeAlternate, &path);
     status = GdipAddPathLineI(path, 5.0, 5.0, 6.0, 8.0);
-- 
1.6.6.2



More information about the wine-patches mailing list