win32: remove check for returned WindowInfo (dead code)

git-svn-id: trunk@34384 -
This commit is contained in:
blikblum 2011-12-24 13:20:13 +00:00
parent bea8f07f37
commit b417b1eed4

View File

@ -99,7 +99,6 @@ var
listitem: TListItem;
begin
LVInfo:= GetWin32WindowInfo(ALV.Handle);
if not Assigned(LVInfo) then Exit;
DataInfo := PNMLVOwnerData(NMHdr);
if not Assigned(DataInfo) or (not ALV.OwnerData) then Exit;