>From 715184350aebd391054fcb567500ba6324953f36 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Thu, 25 Jun 2009 11:07:43 +0200 Subject: [PATCH] Prevent some 'deadcode' --- dlls/user32/tests/cursoricon.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/dlls/user32/tests/cursoricon.c b/dlls/user32/tests/cursoricon.c index b15acc2..3b646fb 100644 --- a/dlls/user32/tests/cursoricon.c +++ b/dlls/user32/tests/cursoricon.c @@ -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); -- 1.6.0.6