Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
448a8bb5
Commit
448a8bb5
authored
May 01, 2010
by
Gerald Pfeifer
Committed by
Alexandre Julliard
May 03, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdiplus/tests: Remove variable path which is not really used from test_linei.
parent
d89c5a3f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
graphicspath.c
dlls/gdiplus/tests/graphicspath.c
+0
-6
No files found.
dlls/gdiplus/tests/graphicspath.c
View file @
448a8bb5
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment