diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-28 13:03:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-28 13:03:45 +0100 |
commit | d3e33f7ba85bf80c130aff3a3957c56b625c34cf (patch) | |
tree | 4754eb137058e1222398bc7402fce237ead3e1f5 /include/vcl/menubtn.hxx | |
parent | 624ff6633c40ab678573a7a38fa3c83c41e0af17 (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.hxx | 1 |
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; |