From 44bb2c82870f83776eb26d41aeb9defbee97b102 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 16 Oct 2024 11:23:05 +0200 Subject: loplugin:unusedfields Change-Id: If05b87f1e6c19b15b03b2695921a582e078d0f1a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175011 Reviewed-by: Noel Grandin Tested-by: Jenkins --- include/sfx2/sidebar/TabBar.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/sfx2') diff --git a/include/sfx2/sidebar/TabBar.hxx b/include/sfx2/sidebar/TabBar.hxx index 06707f1bc339..a453c58cc579 100644 --- a/include/sfx2/sidebar/TabBar.hxx +++ b/include/sfx2/sidebar/TabBar.hxx @@ -103,7 +103,6 @@ private: typedef ::std::function DeckActivationFunctor; DeckActivationFunctor maDeckActivationFunctor; bool mbIsHidden; - bool mbIsHiddenByDefault; }; typedef ::std::vector> ItemContainer; ItemContainer maItems; -- cgit