summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-04 09:42:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-04 14:22:55 +0200
commit316557d6f4fe8a15112b39f3c808dda38cce018c (patch)
tree45bfd533751097ae5fa6ba5c0c8a0cc8ccb4ae04 /include/vcl
parentffa35b82ce845d82a5beae36eb57cec2b0c01233 (diff)
loplugin:unusedfields
Change-Id: If0df5216dccd2c0a7aa790668471993f5d4d5d32 Reviewed-on: https://gerrit.libreoffice.org/80183 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/edit.hxx1
-rw-r--r--include/vcl/vclmedit.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/edit.hxx b/include/vcl/edit.hxx
index 8c259750684e..f0f1ea1005b5 100644
--- a/include/vcl/edit.hxx
+++ b/include/vcl/edit.hxx
@@ -85,7 +85,6 @@ private:
mbForceControlBackground:1,
mbPassword;
Link<Edit&,void> maModifyHdl;
- Link<Edit&,void> maUpdateDataHdl;
Link<Edit&,void> maAutocompleteHdl;
Link<Edit&,bool> maActivateHdl;
std::unique_ptr<VclBuilder> mpUIBuilder;
diff --git a/include/vcl/vclmedit.hxx b/include/vcl/vclmedit.hxx
index b95cf77a399b..13b035a383b9 100644
--- a/include/vcl/vclmedit.hxx
+++ b/include/vcl/vclmedit.hxx
@@ -82,7 +82,6 @@ private:
Link<Edit&,void> aModifyHdlLink;
std::unique_ptr<Timer> pUpdateDataTimer;
- Link<Edit&,void> aUpdateDataHdlLink;
protected: