summaryrefslogtreecommitdiff
path: root/include/vcl/vclmedit.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-03 12:57:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-03 16:34:31 +0200
commit09f77e8ed51fc64fccc6a14e87eed48b2f15a28d (patch)
tree2446785df473c004b44bbf03f8eb76584868a1e6 /include/vcl/vclmedit.hxx
parentf29aa28100b899252a3419578be5d39e84863c36 (diff)
loplugin:unusedmethods
Change-Id: I9790d053248ae6bd58ecc026c774014c4e5e04aa Reviewed-on: https://gerrit.libreoffice.org/80115 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/vclmedit.hxx')
-rw-r--r--include/vcl/vclmedit.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/vclmedit.hxx b/include/vcl/vclmedit.hxx
index 23381f5f8443..b95cf77a399b 100644
--- a/include/vcl/vclmedit.hxx
+++ b/include/vcl/vclmedit.hxx
@@ -154,8 +154,6 @@ public:
void SetModifyHdl( const Link<Edit&,void>& rLink ) override { aModifyHdlLink = rLink; }
const Link<Edit&,void>& GetModifyHdl() const override { return aModifyHdlLink; }
- void SetUpdateDataHdl( const Link<Edit&,void>& rLink ) override { aUpdateDataHdlLink = rLink; }
-
virtual void Resize() override;
virtual void GetFocus() override;