From 6bd194d2fde97eb0f616dfd98e7fb784d8dee85a Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 9 Mar 2005 16:42:28 +0000 Subject: [PATCH] Remove a trace that's causing too much output. --- windows/win.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/windows/win.c b/windows/win.c index 30c8458aeb7..301673b494d 100644 --- a/windows/win.c +++ b/windows/win.c @@ -1937,8 +1937,6 @@ static LONG_PTR WIN_GetWindowLong( HWND hwnd, INT offset, WINDOWPROCTYPE type ) LONG_PTR retvalue = 0; WND *wndPtr; - TRACE( "%p %d %x\n", hwnd, offset, type ); - if (offset == GWLP_HWNDPARENT) { HWND parent = GetAncestor( hwnd, GA_PARENT );