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

This commit is contained in:
Paul Vriens 2009-06-23 08:14:29 +02:00 committed by Alexandre Julliard
parent d8669f9e41
commit 3b437b550d
1 changed files with 0 additions and 5 deletions

View File

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