Commit 448a8bb5 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

gdiplus/tests: Remove variable path which is not really used from test_linei.

parent d89c5a3f
...@@ -560,12 +560,6 @@ static void test_linei(void) ...@@ -560,12 +560,6 @@ static void test_linei(void)
{ {
GpStatus status; GpStatus status;
GpPath *path; 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); GdipCreatePath(FillModeAlternate, &path);
status = GdipAddPathLineI(path, 5.0, 5.0, 6.0, 8.0); status = GdipAddPathLineI(path, 5.0, 5.0, 6.0, 8.0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment