diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-06-01 09:26:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-06-01 12:19:34 +0200 |
commit | 9fb1d5c7265f25ab80873a21e78bc842bd6ddf61 (patch) | |
tree | e37ada85ab204e206e01723b0eeb32ee8aa66601 /compilerplugins | |
parent | 40b45db8117735b41802a1bfe487f33164a4a1ff (diff) |
drop unused Widget::set_secondary
Change-Id: I63e69ca9daa8a452eee28333d8639d1db093e826
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116518
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 172eaaec7b09..d555952b0d88 100644 --- a/compilerplugins/clang/unusedmethods.results +++ b/compilerplugins/clang/unusedmethods.results @@ -974,8 +974,6 @@ include/vcl/weld.hxx:179 _Bool weld::Widget::get_hexpand() const include/vcl/weld.hxx:181 _Bool weld::Widget::get_vexpand() const -include/vcl/weld.hxx:183 - void weld::Widget::set_secondary(_Bool) include/vcl/weld.hxx:190 int weld::Widget::get_margin_top() const include/vcl/weld.hxx:191 |