summaryrefslogtreecommitdiff
path: root/include/vcl/menubtn.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-28 13:03:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-28 13:03:45 +0100
commitd3e33f7ba85bf80c130aff3a3957c56b625c34cf (patch)
tree4754eb137058e1222398bc7402fce237ead3e1f5 /include/vcl/menubtn.hxx
parent624ff6633c40ab678573a7a38fa3c83c41e0af17 (diff)
ImplInitMenuButtonData can be folded into ctor now
because theres no ResId loader anymore Change-Id: Id90786d710fe75e47c162fd00ad7fd672b9cee30
Diffstat (limited to 'include/vcl/menubtn.hxx')
-rw-r--r--include/vcl/menubtn.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/menubtn.hxx b/include/vcl/menubtn.hxx
index f5056c1a5f9c..e6b701553797 100644
--- a/include/vcl/menubtn.hxx
+++ b/include/vcl/menubtn.hxx
@@ -40,7 +40,6 @@ private:
Link<MenuButton*,void> maActivateHdl;
Link<MenuButton*,void> maSelectHdl;
- SAL_DLLPRIVATE void ImplInitMenuButtonData();
DECL_DLLPRIVATE_LINK( ImplMenuTimeoutHdl, Timer*, void );
MenuButton( const MenuButton & ) = delete;