From 74713b34a36577f19eb3194246de73fa4f2bb741 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 25 May 2016 09:05:21 +0200 Subject: loplugin:unusedmethods Change-Id: Ib36bc0e87d00abb638cbfec511cd13b6179eabda Reviewed-on: https://gerrit.libreoffice.org/25431 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/sfx2/templatedlg.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/sfx2/templatedlg.hxx') diff --git a/include/sfx2/templatedlg.hxx b/include/sfx2/templatedlg.hxx index bdae55693f76..8521ca51143d 100644 --- a/include/sfx2/templatedlg.hxx +++ b/include/sfx2/templatedlg.hxx @@ -99,10 +99,6 @@ private: void OnCategoryNew (); void OnCategoryDelete(); - void OnRegionState (const ThumbnailViewItem *pItem); - - void OnRepositoryDelete (); - void createRepositoryMenu (); void createDefaultTemplateMenu (); -- cgit