user32: Remove duplicated code.
This commit is contained in:
parent
86aa0491d6
commit
4de936e181
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue