mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 22:37:28 +02:00
lcl: remove assertion from imagelist (issue #0017456)
git-svn-id: trunk@28397 -
This commit is contained in:
parent
da4786c70b
commit
81ca694b8c
@ -174,7 +174,6 @@ procedure TCustomImageList.AllocData(ACount: Integer);
|
||||
var
|
||||
n: Integer;
|
||||
begin
|
||||
Assert(FAllocCount >= FCount, 'Less space allocated than images');
|
||||
if FAllocCount >= ACount
|
||||
then Exit;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user