summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-05-24 11:52:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-05-24 12:07:16 +0100
commitdbfafb5475501c6fd0cb2c47fcef03b5d145fabf (patch)
treeadfced866ddc7f56c5bb0b950282a2a9a296fac1 /vcl
parent2e2a4827ce6708f0e8677dba9cc92e1479a44086 (diff)
after 14 years I think we can forget about this titchy FIXME
Change-Id: I95472eb49975861721f5bd6e174b7cb05defe203
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/control/menubtn.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/control/menubtn.cxx b/vcl/source/control/menubtn.cxx
index 0fed804c9b21..15a2042c64c0 100644
--- a/vcl/source/control/menubtn.cxx
+++ b/vcl/source/control/menubtn.cxx
@@ -200,7 +200,6 @@ void MenuButton::SetPopupMenu( PopupMenu* pNewMenu )
if (pNewMenu == mpMenu)
return;
- // FIXME: It's better to not inline this for 5.1; in 6.0 we can make it inline, however
mpMenu = pNewMenu;
}