Kaydet (Commit) dbfafb54 authored tarafından Caolán McNamara's avatar Caolán McNamara

after 14 years I think we can forget about this titchy FIXME

Change-Id: I95472eb49975861721f5bd6e174b7cb05defe203
üst 2e2a4827
...@@ -200,7 +200,6 @@ void MenuButton::SetPopupMenu( PopupMenu* pNewMenu ) ...@@ -200,7 +200,6 @@ void MenuButton::SetPopupMenu( PopupMenu* pNewMenu )
if (pNewMenu == mpMenu) if (pNewMenu == mpMenu)
return; return;
// FIXME: It's better to not inline this for 5.1; in 6.0 we can make it inline, however
mpMenu = pNewMenu; mpMenu = pNewMenu;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment