From 48da675a67a2bfd2eadfd6d4c6dba0dee74b5326 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 21 Jun 2017 11:31:56 +0200 Subject: loplugin:unusedfields in sw part2 Change-Id: I7404fcac486f54fc0e310f401d8546c4aacfede2 Reviewed-on: https://gerrit.libreoffice.org/39040 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sw/source/uibase/inc/inputwin.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/source/uibase/inc/inputwin.hxx') diff --git a/sw/source/uibase/inc/inputwin.hxx b/sw/source/uibase/inc/inputwin.hxx index c83301f2ba1f..047078799b0f 100644 --- a/sw/source/uibase/inc/inputwin.hxx +++ b/sw/source/uibase/inc/inputwin.hxx @@ -55,7 +55,6 @@ friend class InputEdit; OUString aAktTableName, sOldFormula; bool bFirst : 1; // initialisations at first call - bool bActive : 1; // for hide/show when switching documents bool bIsTable : 1; bool bDelSel : 1; bool m_bDoesUndo : 1; -- cgit