mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 21:32:01 +00:00
Remove a trace that's causing too much output.
This commit is contained in:
parent
d95a91ff52
commit
6bd194d2fd
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user