comctl32/tests: Remove useless trace() message.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
8905bd92aa
commit
be2bec72ac
|
@ -563,8 +563,8 @@ static void test_button_messages(void)
|
||||||
DWORD style, state;
|
DWORD style, state;
|
||||||
HDC hdc;
|
HDC hdc;
|
||||||
|
|
||||||
trace("%d: button test sequence\n", i);
|
|
||||||
hwnd = create_button(button[i].style, parent);
|
hwnd = create_button(button[i].style, parent);
|
||||||
|
ok(hwnd != NULL, "Failed to create a button.\n");
|
||||||
|
|
||||||
style = GetWindowLongA(hwnd, GWL_STYLE);
|
style = GetWindowLongA(hwnd, GWL_STYLE);
|
||||||
style &= ~(WS_CHILD | BS_NOTIFY);
|
style &= ~(WS_CHILD | BS_NOTIFY);
|
||||||
|
|
Loading…
Reference in New Issue