Module: wine Branch: master Commit: 68d5303e8b4cb0bcdd2093f3784e9c0c3040dba4 URL: https://source.winehq.org/git/wine.git/?a=commit;h=68d5303e8b4cb0bcdd2093f37...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Thu Jan 11 16:24:27 2018 +0300
comctl32/tests: Remove noisy trace.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/comctl32/tests/listview.c | 8 -------- 1 file changed, 8 deletions(-)
diff --git a/dlls/comctl32/tests/listview.c b/dlls/comctl32/tests/listview.c index 1dd0fe1..8efd3da 100644 --- a/dlls/comctl32/tests/listview.c +++ b/dlls/comctl32/tests/listview.c @@ -640,14 +640,6 @@ static LRESULT WINAPI listview_subclass_proc(HWND hwnd, UINT message, WPARAM wPa LRESULT ret; struct message msg;
- /* some debug output for style changing */ - if ((message == WM_STYLECHANGING || - message == WM_STYLECHANGED) && lParam) - { - STYLESTRUCT *style = (STYLESTRUCT*)lParam; - trace("\told style: 0x%08x, new style: 0x%08x\n", style->styleOld, style->styleNew); - } - msg.message = message; msg.flags = sent|wparam|lparam; if (defwndproc_counter) msg.flags |= defwinproc;