From e63116602b8f49508d0aef1dd1afe746a29cc219 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 3 Apr 2017 16:19:02 +0200 Subject: loplugin:unusedmethods Change-Id: I30f9b6e68a7aa73782c980749e34f8f8d40ae57b Reviewed-on: https://gerrit.libreoffice.org/36047 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/source/image/ImageRepository.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'vcl/source/image') diff --git a/vcl/source/image/ImageRepository.cxx b/vcl/source/image/ImageRepository.cxx index 7b9255f32348..5e14a70fdb47 100644 --- a/vcl/source/image/ImageRepository.cxx +++ b/vcl/source/image/ImageRepository.cxx @@ -32,12 +32,6 @@ namespace vcl return ImageTree::get().loadImage( _rName, sIconTheme, _out_rImage, _bSearchLanguageDependent ); } - bool ImageRepository::loadDefaultImage( BitmapEx& _out_rImage) - { - OUString sIconTheme = Application::GetSettings().GetStyleSettings().DetermineIconTheme(); - return ImageTree::get().loadDefaultImage( sIconTheme,_out_rImage); - } - } // namespace vcl /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.2.3