- Remove a mislaid artifact.
[reactos.git] / 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);
-      if (!Property) break;
       if (Property->Atom == Atom)
       {
          return(Property);