summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-04-20 14:02:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-04-20 17:17:06 +0200
commit4c973093249bd6064f6e5675510dd1a2146581a1 (patch)
tree3c2701b60392724f2aee0f17480ea7e162c9dbec /include
parent627f467336ca9d7a456d249d5662d27eb3e90a9a (diff)
drop unused get_hscroll_height
Change-Id: Ibf4dffd01c3a6b3f352b2951552e58d476d0d204 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114337 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/weld.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx
index ee26ea3423a7..31b90880c8d1 100644
--- a/include/vcl/weld.hxx
+++ b/include/vcl/weld.hxx
@@ -401,7 +401,6 @@ public:
{
m_aHChangeHdl = rLink;
}
- virtual int get_hscroll_height() const = 0;
virtual void vadjustment_configure(int value, int lower, int upper, int step_increment,
int page_increment, int page_size)