mirror of
https://github.com/reactos/reactos.git
synced 2025-05-16 15:50:24 +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.fMask = MIIM_ID | MIIM_TYPE | MIIM_STATE | MIIM_DATA;
|
||||||
mii.fType = MFT_STRING;
|
mii.fType = MFT_STRING;
|
||||||
mii.dwTypeData = NULL;
|
|
||||||
|
|
||||||
POSITION it = m_StaticEntries.GetHeadPosition();
|
POSITION it = m_StaticEntries.GetHeadPosition();
|
||||||
bool first = true;
|
bool first = true;
|
||||||
|
@ -514,7 +513,6 @@ CDefaultContextMenu::AddStaticContextMenusToMenu(
|
||||||
BOOL forceFirstPos = FALSE;
|
BOOL forceFirstPos = FALSE;
|
||||||
|
|
||||||
fState = MFS_ENABLED;
|
fState = MFS_ENABLED;
|
||||||
mii.dwTypeData = NULL;
|
|
||||||
|
|
||||||
/* set first entry as default */
|
/* set first entry as default */
|
||||||
if (first)
|
if (first)
|
||||||
|
|
Loading…
Reference in a new issue