From 527977d5cac51a9edd522d675f0ccf575d2f2dc0 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 13 Mar 2019 14:21:27 +0200 Subject: loplugin:unusedfields Change-Id: Id6792f0955a25533d33f6da6ed8c3e993f578c3f Reviewed-on: https://gerrit.libreoffice.org/69170 Tested-by: Jenkins Reviewed-by: Noel Grandin --- cui/source/customize/cfg.cxx | 1 - cui/source/inc/cfg.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'cui') diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx index dd9219cd0b07..62288ab3a756 100644 --- a/cui/source/customize/cfg.cxx +++ b/cui/source/customize/cfg.cxx @@ -925,7 +925,6 @@ SvxMenuEntriesListBox::SvxMenuEntriesListBox(std::unique_ptr xCo : m_xControl(std::move(xControl)) , m_xDropDown(m_xControl->create_virtual_device()) , pPage(pPg) - , m_bIsInternalDrag( false ) { CreateDropDown(); m_xControl->connect_key_press(LINK(this, SvxMenuEntriesListBox, KeyInputHdl)); diff --git a/cui/source/inc/cfg.hxx b/cui/source/inc/cfg.hxx index 3ac0d4904384..8ae11c40271d 100644 --- a/cui/source/inc/cfg.hxx +++ b/cui/source/inc/cfg.hxx @@ -332,7 +332,6 @@ protected: std::unique_ptr m_xControl; ScopedVclPtr m_xDropDown; VclPtr pPage; - bool m_bIsInternalDrag; public: SvxMenuEntriesListBox(std::unique_ptr xControl, SvxConfigPage* pPage); -- cgit