diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-21 08:38:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-21 14:25:44 +0000 |
commit | 42eb8d310c15e05fc224c9b7a61fdf4bf3118f70 (patch) | |
tree | 2269bc77bed95fd458d55f9d2da01e2aa8a8723a /vcl/source | |
parent | 4bb264574a9136ae39e5557b080d3f49a853ce6e (diff) |
unwrap ifdefs with unused members
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/window/menu.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx index fb8557de56c4..1f104f40cd7e 100644 --- a/vcl/source/window/menu.cxx +++ b/vcl/source/window/menu.cxx @@ -977,11 +977,6 @@ void Menu::ImplInit() mpSalMenu = ImplGetSVData()->mpDefInst->CreateMenu( bIsMenuBar, this ); } -Menu* Menu::ImplGetStartedFrom() const -{ - return pStartedFrom; -} - void Menu::ImplLoadRes( const ResId& rResId ) { ResMgr* pMgr = rResId.GetResMgr(); |