Author: jimtabor Date: Sat Oct 19 19:08:41 2013 New Revision: 60713
URL: http://svn.reactos.org/svn/reactos?rev=60713&view=rev Log: - Remove a mislaid artifact.
Modified: trunk/reactos/win32ss/user/user32/windows/prop.c
Modified: trunk/reactos/win32ss/user/user32/windows/prop.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/user/user32/windows... ============================================================================== --- trunk/reactos/win32ss/user/user32/windows/prop.c [iso-8859-1] (original) +++ trunk/reactos/win32ss/user/user32/windows/prop.c [iso-8859-1] Sat Oct 19 19:08:41 2013 @@ -53,7 +53,6 @@ for (i = 0; i < pWnd->PropListItems; i++ ) { Property = CONTAINING_RECORD(ListEntry, PROPERTY, PropListEntry); - if (!Property) break; if (Property->Atom == Atom) { return(Property);