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
e86c6799
Commit
e86c6799
authored
May 01, 2010
by
Gerald Pfeifer
Committed by
Alexandre Julliard
May 04, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineconsole: Remove variable font_idx which is not really used from WCUSER_FontPreviewProc.
parent
7ef088b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
dialog.c
programs/wineconsole/dialog.c
+0
-2
No files found.
programs/wineconsole/dialog.c
View file @
e86c6799
...
...
@@ -173,7 +173,6 @@ static LRESULT WINAPI WCUSER_FontPreviewProc(HWND hWnd, UINT msg, WPARAM wParam,
case
WM_PAINT
:
{
PAINTSTRUCT
ps
;
int
font_idx
;
int
size_idx
;
struct
dialog_info
*
di
;
HFONT
hFont
,
hOldFont
;
...
...
@@ -181,7 +180,6 @@ static LRESULT WINAPI WCUSER_FontPreviewProc(HWND hWnd, UINT msg, WPARAM wParam,
di
=
(
struct
dialog_info
*
)
GetWindowLongPtrW
(
GetParent
(
hWnd
),
DWLP_USER
);
BeginPaint
(
hWnd
,
&
ps
);
font_idx
=
SendDlgItemMessageW
(
di
->
hDlg
,
IDC_FNT_LIST_FONT
,
LB_GETCURSEL
,
0
,
0
);
size_idx
=
SendDlgItemMessageW
(
di
->
hDlg
,
IDC_FNT_LIST_SIZE
,
LB_GETCURSEL
,
0
,
0
);
hFont
=
(
HFONT
)
GetWindowLongPtrW
(
hWnd
,
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