From 0d43b791e60aa75eb7f769d0f9b3177f93e1591c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 8 Dec 2018 14:59:51 +0200 Subject: loplugin:unusedmethods Change-Id: I4f2635d468c9ad83b3ac93733529e01a4d03f38e Reviewed-on: https://gerrit.libreoffice.org/64805 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svtools/simptabl.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/svtools') diff --git a/include/svtools/simptabl.hxx b/include/svtools/simptabl.hxx index d94b7179ebb3..e4a15e02e8bd 100644 --- a/include/svtools/simptabl.hxx +++ b/include/svtools/simptabl.hxx @@ -105,8 +105,6 @@ public: void ClearHeader(); void ShowTable(); - void HideTable(); - bool IsVisible() const; void EnableTable(); void DisableTable(); -- cgit