From 448a8bb5946e00a97f9955c08304b201ef8cbad6 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sat, 1 May 2010 01:24:40 +0200 Subject: [PATCH] gdiplus/tests: Remove variable path which is not really used from test_linei. --- dlls/gdiplus/tests/graphicspath.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dlls/gdiplus/tests/graphicspath.c b/dlls/gdiplus/tests/graphicspath.c index 5f4a92eb719..2343e9cf7a8 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);