mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[SHELL32] Remove 2 redundant initializations
Addendum to6146fd0
(r54688) and99b2e3d
(r54979).
This commit is contained in:
parent
62c30d1f93
commit
68a8619b7b
1 changed files with 0 additions and 2 deletions
|
@ -504,7 +504,6 @@ CDefaultContextMenu::AddStaticContextMenusToMenu(
|
|||
|
||||
mii.fMask = MIIM_ID | MIIM_TYPE | MIIM_STATE | MIIM_DATA;
|
||||
mii.fType = MFT_STRING;
|
||||
mii.dwTypeData = NULL;
|
||||
|
||||
POSITION it = m_StaticEntries.GetHeadPosition();
|
||||
bool first = true;
|
||||
|
@ -514,7 +513,6 @@ CDefaultContextMenu::AddStaticContextMenusToMenu(
|
|||
BOOL forceFirstPos = FALSE;
|
||||
|
||||
fState = MFS_ENABLED;
|
||||
mii.dwTypeData = NULL;
|
||||
|
||||
/* set first entry as default */
|
||||
if (first)
|
||||
|
|
Loading…
Reference in a new issue