From 81ca694b8cc41cdb9ad9f32af3d2fb92aaa9a613 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 22 Nov 2010 07:08:22 +0000 Subject: [PATCH] lcl: remove assertion from imagelist (issue #0017456) git-svn-id: trunk@28397 - --- lcl/include/imglist.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/lcl/include/imglist.inc b/lcl/include/imglist.inc index 52aa79de9e..69491bb923 100644 --- a/lcl/include/imglist.inc +++ b/lcl/include/imglist.inc @@ -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;