win32: fix compilation

git-svn-id: trunk@30133 -
This commit is contained in:
paul 2011-04-02 16:14:06 +00:00
parent e9016d46d3
commit c0ca12b0b3

View File

@ -727,7 +727,6 @@ var
Info: PWin32WindowInfo;
begin
Info := GetWin32WindowInfo(Window);
WinControl := Info^.WinControl;
case Msg of
WM_NCHITTEST:
Result := HTTRANSPARENT;