lcl: remove assertion from imagelist (issue #0017456)

git-svn-id: trunk@28397 -
This commit is contained in:
paul 2010-11-22 07:08:22 +00:00
parent da4786c70b
commit 81ca694b8c

View File

@ -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;