From 4c4a1caf0d4d223ff8479197160d121012c1c1ac Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 2 Apr 2020 15:33:34 +0200 Subject: loplugin:unusedfields Change-Id: I4abf2df75c54936e02a8a3d8fa26f2b249e69780 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91606 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/uibase/inc/conttree.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/source/uibase/inc') diff --git a/sw/source/uibase/inc/conttree.hxx b/sw/source/uibase/inc/conttree.hxx index 8df62857115f..28ea07a1c1de 100644 --- a/sw/source/uibase/inc/conttree.hxx +++ b/sw/source/uibase/inc/conttree.hxx @@ -111,7 +111,6 @@ class SwContentTree final : public SfxListener enum class State { ACTIVE, CONSTANT, HIDDEN } m_eState; - bool m_bDocChgdInDragging :1; bool m_bIsRoot :1; bool m_bIsIdleClear :1; bool m_bIsLastReadOnly :1; -- cgit