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
646139dd
Commit
646139dd
authored
Nov 12, 2006
by
Paul Vriens
Committed by
Alexandre Julliard
Nov 13, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comdlg32: Remove unused variable (Coverity).
parent
9fa27f3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
fontdlg16.c
dlls/comdlg32/fontdlg16.c
+1
-2
No files found.
dlls/comdlg32/fontdlg16.c
View file @
646139dd
...
...
@@ -164,7 +164,7 @@ INT16 WINAPI FontStyleEnumProc16( SEGPTR logfont, SEGPTR metrics,
BOOL16
WINAPI
ChooseFont16
(
LPCHOOSEFONT16
lpChFont
)
{
HINSTANCE16
hInst
;
HANDLE16
hDlgTmpl16
=
0
,
hResource16
=
0
;
HANDLE16
hDlgTmpl16
=
0
;
HGLOBAL16
hGlobal16
=
0
;
BOOL16
bRet
=
FALSE
;
LPVOID
template
;
...
...
@@ -255,7 +255,6 @@ BOOL16 WINAPI ChooseFont16(LPCHOOSEFONT16 lpChFont)
hInst
=
GetWindowLongPtrA
(
HWND_32
(
lpChFont
->
hwndOwner
),
GWLP_HINSTANCE
);
bRet
=
DialogBoxIndirectParam16
(
hInst
,
hDlgTmpl16
,
lpChFont
->
hwndOwner
,
(
DLGPROC16
)
ptr
,
(
DWORD
)
lpChFont
);
if
(
hResource16
)
FreeResource16
(
hDlgTmpl16
);
if
(
hGlobal16
)
{
GlobalUnlock16
(
hGlobal16
);
...
...
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