diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-04-20 14:02:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-04-20 17:17:06 +0200 |
commit | 4c973093249bd6064f6e5675510dd1a2146581a1 (patch) | |
tree | 3c2701b60392724f2aee0f17480ea7e162c9dbec /compilerplugins | |
parent | 627f467336ca9d7a456d249d5662d27eb3e90a9a (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 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/unusedmethods.results | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compilerplugins/clang/unusedmethods.results b/compilerplugins/clang/unusedmethods.results index 86edd49e2943..682f24ce9a56 100644 --- a/compilerplugins/clang/unusedmethods.results +++ b/compilerplugins/clang/unusedmethods.results @@ -984,8 +984,6 @@ include/vcl/weld.hxx:397 void weld::ScrolledWindow::hadjustment_set_step_increment(int) include/vcl/weld.hxx:399 enum VclPolicyType weld::ScrolledWindow::get_hpolicy() const -include/vcl/weld.hxx:404 - int weld::ScrolledWindow::get_hscroll_height() const include/vcl/weld.hxx:531 struct SystemEnvData weld::Window::get_system_data() const include/vcl/weld.hxx:615 |