From 1dbe54fd2e0c776c1f11c20bdb029fab14fc61ad Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 22 Dec 2015 15:29:45 +0200 Subject: loplugin:unusedfields in /include Change-Id: Ia406e727890a365cc89831c96140cad8240f9b61 --- sfx2/source/sidebar/Deck.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sfx2') diff --git a/sfx2/source/sidebar/Deck.cxx b/sfx2/source/sidebar/Deck.cxx index 1a09201bcc16..d3a713b99bce 100644 --- a/sfx2/source/sidebar/Deck.cxx +++ b/sfx2/source/sidebar/Deck.cxx @@ -41,7 +41,6 @@ Deck::Deck(const DeckDescriptor& rDeckDescriptor, vcl::Window* pParentWindow, const std::function& rCloserAction) : Window(pParentWindow, 0) , msId(rDeckDescriptor.msId) - , maIcon() , mnMinimalWidth(0) , maPanels() , mpTitleBar(VclPtr::Create(rDeckDescriptor.msTitle, this, rCloserAction)) -- cgit