diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-19 11:00:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-19 13:24:50 +0100 |
commit | 867b5bb769f24f3f3f87a53e5e660f8766659bea (patch) | |
tree | 2f927b3f6cffae8e0065632e335f53086042a08e /include/vcl | |
parent | c39bd1f6690ade936d62a66265b9b277061024d8 (diff) |
drop newly unused methods
Change-Id: I390134b3cd0187f0adcced3625ad0a3a26f8fe28
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89008
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/lstbox.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/lstbox.hxx b/include/vcl/lstbox.hxx index f002c7d14f32..0aba3d62648c 100644 --- a/include/vcl/lstbox.hxx +++ b/include/vcl/lstbox.hxx @@ -274,8 +274,6 @@ public: virtual bool set_property(const OString &rKey, const OUString &rValue) override; - void EnableQuickSelection( bool b ); - virtual FactoryFunction GetUITestFactory() const override; virtual boost::property_tree::ptree DumpAsPropertyTree() override; |