comctl32: Remove check which never triggers.

This commit is contained in:
Gerald Pfeifer 2007-11-14 22:14:20 +01:00 committed by Alexandre Julliard
parent c3ff4ddcff
commit 7b306c57bd
1 changed files with 0 additions and 2 deletions

View File

@ -2582,8 +2582,6 @@ ImageList_SetImageCount (HIMAGELIST himl, UINT iImageCount)
if (!is_valid(himl))
return FALSE;
if (iImageCount < 0)
return FALSE;
if (himl->cMaxImage > iImageCount)
{
himl->cCurImage = iImageCount;