diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2012-10-15 01:06:49 -0300 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2012-10-16 13:20:19 +0000 |
commit | 6dfbd3324f43ff5b90030462b92ad8c0da3f6dd7 (patch) | |
tree | fb964115ea3a3433ce81deacfe6adc77ef6d5d8a /unusedcode.easy | |
parent | 40a4c469dff783736ba69ec4134e3c23e78b2769 (diff) |
Remove some unused methods
Change-Id: Ia9ed975309c6ed677437c6e1c2d6be4a8bd6f1e9
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/875
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
Diffstat (limited to 'unusedcode.easy')
-rwxr-xr-x | unusedcode.easy | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/unusedcode.easy b/unusedcode.easy index c3ee05a3e849..9d9d3a639b8a 100755 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -85,9 +85,5 @@ sd::LeftDrawPaneShell::RegisterInterface(SfxModule*) sd::LeftImpressPaneShell::RegisterInterface(SfxModule*) sd::ToolPanelPaneShell::RegisterInterface(SfxModule*) sd::ViewShellBase::RegisterFactory(unsigned short) -sd::framework::ResourceManager::Disable() -sd::framework::ResourceManager::Enable() -sd::slidesorter::controller::AnimationFunction::Blend(double, double, double) -sd::slidesorter::controller::AnimationFunction::Linear(double) std::__cxx1998::vector<SfxFilter*, std::allocator<SfxFilter*> >::~vector() std::__cxx1998::vector<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >::~vector() |