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
bbbd723a
Commit
bbbd723a
authored
May 01, 2010
by
Gerald Pfeifer
Committed by
Alexandre Julliard
May 03, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winhlp32: Remove a hunk of dead code from HLPFILE_BrowsePage.
parent
2aa11ff6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
hlpfile.c
programs/winhlp32/hlpfile.c
+0
-10
No files found.
programs/winhlp32/hlpfile.c
View file @
bbbd723a
...
...
@@ -1736,16 +1736,6 @@ BOOL HLPFILE_BrowsePage(HLPFILE_PAGE* page, struct RtfData* rd,
if
(
!
HLPFILE_RtfAddControl
(
rd
,
"{
\\
colortbl ;
\\
red0
\\
green128
\\
blue0;"
))
return
FALSE
;
for
(
index
=
0
;
index
<
hlpfile
->
numFonts
;
index
++
)
{
const
char
*
family
;
switch
(
hlpfile
->
fonts
[
index
].
LogFont
.
lfPitchAndFamily
&
0xF0
)
{
case
FF_MODERN
:
family
=
"modern"
;
break
;
case
FF_ROMAN
:
family
=
"roman"
;
break
;
case
FF_SWISS
:
family
=
"swiss"
;
break
;
case
FF_SCRIPT
:
family
=
"script"
;
break
;
case
FF_DECORATIVE
:
family
=
"decor"
;
break
;
default:
family
=
"nil"
;
break
;
}
sprintf
(
tmp
,
"
\\
red%d
\\
green%d
\\
blue%d;"
,
GetRValue
(
hlpfile
->
fonts
[
index
].
color
),
GetGValue
(
hlpfile
->
fonts
[
index
].
color
),
...
...
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