Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
d4fdeeaa
Commit
d4fdeeaa
authored
Jan 08, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
Jan 09, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi32: Remove unused function.
parent
32fbfea4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
12 deletions
+1
-12
path.c
dlls/gdi32/path.c
+1
-12
No files found.
dlls/gdi32/path.c
View file @
d4fdeeaa
...
...
@@ -122,18 +122,7 @@ static inline void INTERNAL_LPTODP_FLOAT(DC *dc, FLOAT_POINT *point)
dc
->
xformWorld2Vport
.
eDy
;
}
/* Performs a world-to-viewport transformation on the specified width.
*/
static
inline
void
INTERNAL_WSTODS
(
DC
*
dc
,
DWORD
*
width
)
{
POINT
pt
[
2
];
pt
[
0
].
x
=
pt
[
0
].
y
=
0
;
pt
[
1
].
x
=
*
width
;
pt
[
1
].
y
=
0
;
LPtoDP
(
dc
->
hSelf
,
pt
,
2
);
*
width
=
pt
[
1
].
x
-
pt
[
0
].
x
;
}
/***********************************************************************
* BeginPath (GDI32.@)
*/
...
...
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