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
ab7228f3
Commit
ab7228f3
authored
Nov 21, 2014
by
André Hentschel
Committed by
Alexandre Julliard
Nov 25, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32/tests: Remove unused structs (Clang).
parent
30120041
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
35 deletions
+0
-35
button.c
dlls/comctl32/tests/button.c
+0
-7
tab.c
dlls/comctl32/tests/tab.c
+0
-28
No files found.
dlls/comctl32/tests/button.c
View file @
ab7228f3
...
...
@@ -427,13 +427,6 @@ static const struct message setcheck_ignored_seq[] =
{
0
}
};
static
const
struct
message
setcheck_uncheck_seq
[]
=
{
{
BM_SETCHECK
,
sent
},
{
WM_APP
,
sent
|
wparam
|
lparam
,
0
,
0
},
{
0
}
};
static
const
struct
message
setcheck_static_seq
[]
=
{
{
BM_SETCHECK
,
sent
},
...
...
dlls/comctl32/tests/tab.c
View file @
ab7228f3
...
...
@@ -77,28 +77,6 @@ static HWND parent_wnd;
static
struct
msg_sequence
*
sequences
[
NUM_MSG_SEQUENCES
];
static
const
struct
message
create_parent_wnd_seq
[]
=
{
{
WM_GETMINMAXINFO
,
sent
},
{
WM_NCCREATE
,
sent
},
{
WM_NCCALCSIZE
,
sent
|
wparam
,
0
},
{
WM_CREATE
,
sent
},
{
WM_SHOWWINDOW
,
sent
|
wparam
,
1
},
{
WM_WINDOWPOSCHANGING
,
sent
|
wparam
,
0
},
{
WM_WINDOWPOSCHANGING
,
sent
|
wparam
,
0
},
{
WM_ACTIVATEAPP
,
sent
|
wparam
,
1
},
{
WM_NCACTIVATE
,
sent
|
wparam
,
1
},
{
WM_ACTIVATE
,
sent
|
wparam
,
1
},
{
WM_IME_SETCONTEXT
,
sent
|
wparam
|
defwinproc
|
optional
,
1
},
{
WM_IME_NOTIFY
,
sent
|
defwinproc
|
optional
},
{
WM_SETFOCUS
,
sent
|
wparam
|
defwinproc
,
0
},
/* Win9x adds SWP_NOZORDER below */
{
WM_WINDOWPOSCHANGED
,
sent
},
{
WM_NCCALCSIZE
,
sent
|
wparam
|
optional
,
1
},
{
WM_SIZE
,
sent
},
{
WM_MOVE
,
sent
},
{
0
}
};
static
const
struct
message
add_tab_to_parent
[]
=
{
{
TCM_INSERTITEMA
,
sent
},
{
TCM_INSERTITEMA
,
sent
|
optional
},
...
...
@@ -158,12 +136,6 @@ static const struct message empty_sequence[] = {
{
0
}
};
static
const
struct
message
set_min_tab_width_seq
[]
=
{
{
TCM_SETMINTABWIDTH
,
sent
|
wparam
,
0
},
{
TCM_SETMINTABWIDTH
,
sent
|
wparam
,
0
},
{
0
}
};
static
const
struct
message
get_item_count_seq
[]
=
{
{
TCM_GETITEMCOUNT
,
sent
|
wparam
|
lparam
,
0
,
0
},
{
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