mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 17:10:22 +00:00
- Remove a mislaid artifact.
svn path=/trunk/; revision=60713
This commit is contained in:
parent
4385bb351d
commit
ccfd05479b
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ IntGetProp(HWND hWnd, ATOM Atom)
|
||||||
for (i = 0; i < pWnd->PropListItems; i++ )
|
for (i = 0; i < pWnd->PropListItems; i++ )
|
||||||
{
|
{
|
||||||
Property = CONTAINING_RECORD(ListEntry, PROPERTY, PropListEntry);
|
Property = CONTAINING_RECORD(ListEntry, PROPERTY, PropListEntry);
|
||||||
if (!Property) break;
|
|
||||||
if (Property->Atom == Atom)
|
if (Property->Atom == Atom)
|
||||||
{
|
{
|
||||||
return(Property);
|
return(Property);
|
||||||
|
|
Loading…
Reference in a new issue