- Remove a mislaid artifact.
authorJames Tabor <james.tabor@reactos.org>
Sat, 19 Oct 2013 19:08:41 +0000 (19:08 +0000)
committerJames Tabor <james.tabor@reactos.org>
Sat, 19 Oct 2013 19:08:41 +0000 (19:08 +0000)
svn path=/trunk/; revision=60713

reactos/win32ss/user/user32/windows/prop.c

index 1b06d7f..8f9b1b8 100644 (file)
@@ -53,7 +53,6 @@ IntGetProp(HWND hWnd, ATOM Atom)
   for (i = 0; i < pWnd->PropListItems; i++ )
   {
       Property = CONTAINING_RECORD(ListEntry, PROPERTY, PropListEntry);
   for (i = 0; i < pWnd->PropListItems; i++ )
   {
       Property = CONTAINING_RECORD(ListEntry, PROPERTY, PropListEntry);
-      if (!Property) break;
       if (Property->Atom == Atom)
       {
          return(Property);
       if (Property->Atom == Atom)
       {
          return(Property);