mirror of
https://github.com/reactos/wine.git
synced 2025-02-13 08:44:54 +00:00
gdiplus/tests: Remove variable path which is not really used from test_linei.
This commit is contained in:
parent
d89c5a3f4c
commit
448a8bb594
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user