X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=base%2Fshell%2Frshell%2FCMenuBand.cpp;h=7afd5f3aa0be9dcc96c9564591912489d0346aa1;hp=0ec21b78b41c9beb6d01e778c6714b78bb01f3ca;hb=5ee1aff4f535c93aa832bcbeca57ee52df5e6325;hpb=2902b1cf0ca128593863fd93830a5b1b39515092 diff --git a/base/shell/rshell/CMenuBand.cpp b/base/shell/rshell/CMenuBand.cpp index 0ec21b78b41..7afd5f3aa0b 100644 --- a/base/shell/rshell/CMenuBand.cpp +++ b/base/shell/rshell/CMenuBand.cpp @@ -875,10 +875,8 @@ HRESULT CMenuBand::_MenuItemHotTrack(DWORD changeType) { if (m_hotBar && m_hotItem >= 0) { - // TODO: popup the current child if it has subitems, otherwise spread up. if (m_hotBar->HasSubMenu(m_hotItem)==S_OK) { - LRESULT result; m_hotBar->PopupItem(m_hotItem); return S_FALSE; }