mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 08:12:39 +02:00
win32: remove check for returned WindowInfo (dead code)
git-svn-id: trunk@34384 -
This commit is contained in:
parent
bea8f07f37
commit
b417b1eed4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user