From 4ed70b89aa89ff407775ede83521e9cd377159a0 Mon Sep 17 00:00:00 2001 From: Noel Grandin <noel.grandin@collabora.co.uk> Date: Wed, 26 Jul 2017 08:29:30 +0200 Subject: loplugin:unusedfields Change-Id: I21e538b8e9c7a5f0fb233019efac37a3555e3c93 Reviewed-on: https://gerrit.libreoffice.org/40438 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> --- include/sfx2/charwin.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/sfx2') diff --git a/include/sfx2/charwin.hxx b/include/sfx2/charwin.hxx index 51af2d7f56be..ecfe66269466 100644 --- a/include/sfx2/charwin.hxx +++ b/include/sfx2/charwin.hxx @@ -57,7 +57,6 @@ private: Point maPosition; vcl::Font maFont; - Link<SvxCharView*, void> maInsertCharHdl; Link<SvxCharView*, void> maMouseClickHdl; Link<SvxCharView*, void> maClearClickHdl; Link<SvxCharView*, void> maClearAllClickHdl; -- cgit