user32/tests: Prevent some 'deadcode' (Coverity).

oldstable
Paul Vriens 2009-06-25 11:07:43 +02:00 committed by Alexandre Julliard
parent 56b56a686a
commit d3b3b3e0b9
1 changed files with 0 additions and 5 deletions

View File

@ -1111,11 +1111,6 @@ static void test_DrawIcon(void)
check_alpha_draw(hdcDst, FALSE, FALSE, 32, __LINE__);
todo_wine check_alpha_draw(hdcDst, FALSE, TRUE, 32, __LINE__);
SelectObject(hdcDst, bmpOld);
DeleteObject(bmpDst);
bmpOld = NULL;
bmpDst = NULL;
cleanup:
if(bmpOld)
SelectObject(hdcDst, bmpOld);