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
f4a13b9f
Commit
f4a13b9f
authored
Oct 31, 2014
by
Bruno Jesus
Committed by
Alexandre Julliard
Nov 03, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32/tests: Remove dead assignments in treeview.c (Cppcheck).
parent
dd856be3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
treeview.c
dlls/comctl32/tests/treeview.c
+7
-7
No files found.
dlls/comctl32/tests/treeview.c
View file @
f4a13b9f
...
@@ -663,7 +663,7 @@ static void test_focus(void)
...
@@ -663,7 +663,7 @@ static void test_focus(void)
static
void
test_get_set_bkcolor
(
void
)
static
void
test_get_set_bkcolor
(
void
)
{
{
COLORREF
crColor
=
RGB
(
0
,
0
,
0
)
;
COLORREF
crColor
;
HWND
hTree
;
HWND
hTree
;
hTree
=
create_treeview_control
(
0
);
hTree
=
create_treeview_control
(
0
);
...
@@ -719,9 +719,9 @@ static void test_get_set_imagelist(void)
...
@@ -719,9 +719,9 @@ static void test_get_set_imagelist(void)
static
void
test_get_set_indent
(
void
)
static
void
test_get_set_indent
(
void
)
{
{
int
ulIndent
=
-
1
;
int
ulIndent
;
int
ulMinIndent
=
-
1
;
int
ulMinIndent
;
int
ulMoreThanTwiceMin
=
-
1
;
int
ulMoreThanTwiceMin
;
HWND
hTree
;
HWND
hTree
;
hTree
=
create_treeview_control
(
0
);
hTree
=
create_treeview_control
(
0
);
...
@@ -914,7 +914,7 @@ static void test_get_set_scrolltime(void)
...
@@ -914,7 +914,7 @@ static void test_get_set_scrolltime(void)
static
void
test_get_set_textcolor
(
void
)
static
void
test_get_set_textcolor
(
void
)
{
{
/* If the value is -1, the control is using the system color for the text color. */
/* If the value is -1, the control is using the system color for the text color. */
COLORREF
crColor
=
RGB
(
0
,
0
,
0
)
;
COLORREF
crColor
;
HWND
hTree
;
HWND
hTree
;
hTree
=
create_treeview_control
(
0
);
hTree
=
create_treeview_control
(
0
);
...
@@ -974,8 +974,8 @@ static void test_get_set_tooltips(void)
...
@@ -974,8 +974,8 @@ static void test_get_set_tooltips(void)
static
void
test_get_set_unicodeformat
(
void
)
static
void
test_get_set_unicodeformat
(
void
)
{
{
BOOL
bPreviousSetting
=
FALSE
;
BOOL
bPreviousSetting
;
BOOL
bNewSetting
=
FALSE
;
BOOL
bNewSetting
;
HWND
hTree
;
HWND
hTree
;
hTree
=
create_treeview_control
(
0
);
hTree
=
create_treeview_control
(
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