mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
[USER32]
* Remove unused pointer. CID 1223187. CORE-7975 svn path=/trunk/; revision=63986
This commit is contained in:
@@ -4586,11 +4586,10 @@ CheckMenuItem(HMENU hmenu,
|
||||
UINT uIDCheckItem,
|
||||
UINT uCheck)
|
||||
{
|
||||
PMENU pMenu;
|
||||
PITEM item;
|
||||
DWORD Ret;
|
||||
|
||||
if (!(pMenu = ValidateHandle(hmenu, TYPE_MENU)))
|
||||
if (!ValidateHandle(hmenu, TYPE_MENU))
|
||||
return -1;
|
||||
|
||||
if (!(item = MENU_FindItem( &hmenu, &uIDCheckItem, uCheck ))) return -1;
|
||||
|
||||
Reference in New Issue
Block a user