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
d83ae0ef
Commit
d83ae0ef
authored
Nov 21, 2014
by
André Hentschel
Committed by
Alexandre Julliard
Nov 25, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi32: Remove unused function (Clang).
parent
aa59d5b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
font.c
dlls/gdi32/font.c
+0
-10
No files found.
dlls/gdi32/font.c
View file @
d83ae0ef
...
...
@@ -81,16 +81,6 @@ static inline INT height_to_LP( DC *dc, INT height )
return
GDI_ROUND
(
(
double
)
height
*
fabs
(
dc
->
xformVport2World
.
eM22
));
}
static
inline
INT
INTERNAL_XWSTODS
(
DC
*
dc
,
INT
width
)
{
POINT
pt
[
2
];
pt
[
0
].
x
=
pt
[
0
].
y
=
0
;
pt
[
1
].
x
=
width
;
pt
[
1
].
y
=
0
;
LPtoDP
(
dc
->
hSelf
,
pt
,
2
);
return
pt
[
1
].
x
-
pt
[
0
].
x
;
}
static
inline
INT
INTERNAL_YWSTODS
(
DC
*
dc
,
INT
height
)
{
POINT
pt
[
2
];
...
...
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