Alexandre Julliard : user32/tests: Remove some noisy output.

Alexandre Julliard julliard at winehq.org
Wed Sep 1 11:08:53 CDT 2010


Module: wine
Branch: master
Commit: f061743a9012e694c47af05f2060fd8204df9f41
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f061743a9012e694c47af05f2060fd8204df9f41

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Sep  1 11:13:59 2010 +0200

user32/tests: Remove some noisy output.

---

 dlls/user32/tests/win.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/user32/tests/win.c b/dlls/user32/tests/win.c
index 5dd1126..b9966e7 100644
--- a/dlls/user32/tests/win.c
+++ b/dlls/user32/tests/win.c
@@ -948,8 +948,6 @@ static LRESULT CALLBACK cbt_hook_proc(int nCode, WPARAM wParam, LPARAM lParam)
 	    RECT rc;
 	    LONG style;
 	    CBT_CREATEWNDA *createwnd = (CBT_CREATEWNDA *)lParam;
-            trace("HCBT_CREATEWND: hwnd %p, parent %p, style %08x\n",
-		  hwnd, createwnd->lpcs->hwndParent, createwnd->lpcs->style);
 	    ok(createwnd->hwndInsertAfter == HWND_TOP, "hwndInsertAfter should be always HWND_TOP\n");
 
             if (pGetWindowInfo)
@@ -1034,7 +1032,6 @@ static LRESULT CALLBACK cbt_hook_proc(int nCode, WPARAM wParam, LPARAM lParam)
         break;
     /* on HCBT_DESTROYWND window state is undefined */
     case HCBT_DESTROYWND:
-        trace( "HCBT_DESTROYWND: hwnd %p\n", hwnd );
         break;
     default:
         break;




More information about the wine-cvs mailing list