win32: cleanup

git-svn-id: trunk@30195 -
This commit is contained in:
paul 2011-04-05 02:42:36 +00:00
parent f056040452
commit 902d2755bb

View File

@ -725,10 +725,7 @@ end;
{ TWin32WSHintWindow }
function HintWindowWndProc(Window: HWnd; Msg: UInt; WParam: Windows.WParam; LParam: Windows.LParam): LResult; stdcall;
var
Info: PWin32WindowInfo;
begin
Info := GetWin32WindowInfo(Window);
case Msg of
WM_NCHITTEST:
Result := HTTRANSPARENT;