From 09f77e8ed51fc64fccc6a14e87eed48b2f15a28d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 3 Oct 2019 12:57:10 +0200 Subject: loplugin:unusedmethods Change-Id: I9790d053248ae6bd58ecc026c774014c4e5e04aa Reviewed-on: https://gerrit.libreoffice.org/80115 Tested-by: Jenkins Reviewed-by: Noel Grandin --- framework/source/uiconfiguration/ImageList.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'framework/source') diff --git a/framework/source/uiconfiguration/ImageList.hxx b/framework/source/uiconfiguration/ImageList.hxx index fae044564be5..7a7af3d1bb63 100644 --- a/framework/source/uiconfiguration/ImageList.hxx +++ b/framework/source/uiconfiguration/ImageList.hxx @@ -70,7 +70,6 @@ private: sal_uInt16 ImplGetImageId( const OUString& rImageName ) const; void ImplAddImage( const OUString &aPrefix, const OUString &aName, sal_uInt16 nId, const Image &aImage ); void ImplRemoveImage( sal_uInt16 nPos ); - void ImplLoad(ImageAryData&) const; }; #endif // INCLUDED_VCL_IMAGE_HXX -- cgit