From a7acea766c7812614b95257e934648cdf737ca3f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 25 May 2018 15:56:15 +0200 Subject: loplugin:unusedmethods Change-Id: I64df1f467986b3d70c058adff289a6dd8f00fb20 Reviewed-on: https://gerrit.libreoffice.org/54821 Tested-by: Jenkins Reviewed-by: Noel Grandin --- unotools/source/config/historyoptions.cxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'unotools') diff --git a/unotools/source/config/historyoptions.cxx b/unotools/source/config/historyoptions.cxx index 7b627b57c9fa..e08aa57c09cb 100644 --- a/unotools/source/config/historyoptions.cxx +++ b/unotools/source/config/historyoptions.cxx @@ -538,13 +538,6 @@ SvtHistoryOptions::~SvtHistoryOptions() m_pImpl.reset(); } -sal_uInt32 SvtHistoryOptions::GetSize( EHistoryType eHistory ) const -{ - MutexGuard aGuard(theHistoryOptionsMutex::get()); - - return m_pImpl->GetCapacity(eHistory); -} - void SvtHistoryOptions::Clear( EHistoryType eHistory ) { MutexGuard aGuard(theHistoryOptionsMutex::get()); -- cgit