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
90e5edbf
Commit
90e5edbf
authored
Apr 19, 2010
by
Gerald Pfeifer
Committed by
Alexandre Julliard
Apr 20, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
taskmgr: Remove two variables which are not really used from ApplicationPageCompareFunc.
parent
62871e0b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
applpage.c
programs/taskmgr/applpage.c
+0
-4
No files found.
programs/taskmgr/applpage.c
View file @
90e5edbf
...
@@ -411,9 +411,7 @@ static int CALLBACK ApplicationPageCompareFunc(LPARAM lParam1, LPARAM lParam2, L
...
@@ -411,9 +411,7 @@ static int CALLBACK ApplicationPageCompareFunc(LPARAM lParam1, LPARAM lParam2, L
static
void
ApplicationPageOnNotify
(
WPARAM
wParam
,
LPARAM
lParam
)
static
void
ApplicationPageOnNotify
(
WPARAM
wParam
,
LPARAM
lParam
)
{
{
int
idctrl
;
LPNMHDR
pnmh
;
LPNMHDR
pnmh
;
LPNM_LISTVIEW
pnmv
;
LV_DISPINFOW
*
pnmdi
;
LV_DISPINFOW
*
pnmdi
;
LPAPPLICATION_PAGE_LIST_ITEM
pAPLI
;
LPAPPLICATION_PAGE_LIST_ITEM
pAPLI
;
...
@@ -423,9 +421,7 @@ static void ApplicationPageOnNotify(WPARAM wParam, LPARAM lParam)
...
@@ -423,9 +421,7 @@ static void ApplicationPageOnNotify(WPARAM wParam, LPARAM lParam)
LoadStringW
(
hInst
,
IDS_APPLICATION_NOT_RESPONDING
,
wszNotResponding
,
sizeof
(
wszNotResponding
)
/
sizeof
(
WCHAR
));
LoadStringW
(
hInst
,
IDS_APPLICATION_NOT_RESPONDING
,
wszNotResponding
,
sizeof
(
wszNotResponding
)
/
sizeof
(
WCHAR
));
LoadStringW
(
hInst
,
IDS_APPLICATION_RUNNING
,
wszRunning
,
sizeof
(
wszRunning
)
/
sizeof
(
WCHAR
));
LoadStringW
(
hInst
,
IDS_APPLICATION_RUNNING
,
wszRunning
,
sizeof
(
wszRunning
)
/
sizeof
(
WCHAR
));
idctrl
=
(
int
)
wParam
;
pnmh
=
(
LPNMHDR
)
lParam
;
pnmh
=
(
LPNMHDR
)
lParam
;
pnmv
=
(
LPNM_LISTVIEW
)
lParam
;
pnmdi
=
(
LV_DISPINFOW
*
)
lParam
;
pnmdi
=
(
LV_DISPINFOW
*
)
lParam
;
if
(
pnmh
->
hwndFrom
==
hApplicationPageListCtrl
)
{
if
(
pnmh
->
hwndFrom
==
hApplicationPageListCtrl
)
{
...
...
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