From ccfd05479b7f48e5694f60362999d2bc035c1362 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Sat, 19 Oct 2013 19:08:41 +0000 Subject: [PATCH] - Remove a mislaid artifact. svn path=/trunk/; revision=60713 --- reactos/win32ss/user/user32/windows/prop.c | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/win32ss/user/user32/windows/prop.c b/reactos/win32ss/user/user32/windows/prop.c index 1b06d7f58bb..8f9b1b8c2c4 100644 --- a/reactos/win32ss/user/user32/windows/prop.c +++ b/reactos/win32ss/user/user32/windows/prop.c @@ -53,7 +53,6 @@ IntGetProp(HWND hWnd, ATOM Atom) for (i = 0; i < pWnd->PropListItems; i++ ) { Property = CONTAINING_RECORD(ListEntry, PROPERTY, PropListEntry); - if (!Property) break; if (Property->Atom == Atom) { return(Property); -- 2.17.1