user32: Remove duplicated code.

This commit is contained in:
Dmitry Timoshkov 2007-05-16 18:29:19 +09:00 committed by Alexandre Julliard
parent 86aa0491d6
commit 4de936e181
1 changed files with 0 additions and 3 deletions

View File

@ -3729,9 +3729,6 @@ BOOL WINAPI InsertMenuW( HMENU hMenu, UINT pos, UINT flags,
return FALSE;
}
if (flags & MF_POPUP) /* Set the MF_POPUP flag on the popup-menu */
(MENU_GetMenu((HMENU)id))->wFlags |= MF_POPUP;
item->hCheckBit = item->hUnCheckBit = 0;
return TRUE;
}