- Remove a mislaid artifact.

svn path=/trunk/; revision=60713
This commit is contained in:
James Tabor 2013-10-19 19:08:41 +00:00
parent 4385bb351d
commit ccfd05479b

View 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);