mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 14:29:36 +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
|
var
|
||||||
n: Integer;
|
n: Integer;
|
||||||
begin
|
begin
|
||||||
Assert(FAllocCount >= FCount, 'Less space allocated than images');
|
|
||||||
if FAllocCount >= ACount
|
if FAllocCount >= ACount
|
||||||
then Exit;
|
then Exit;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user