From 9fb1d5c7265f25ab80873a21e78bc842bd6ddf61 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 1 Jun 2021 09:26:01 +0100 Subject: drop unused Widget::set_secondary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I63e69ca9daa8a452eee28333d8639d1db093e826 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116518 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- compilerplugins/clang/unusedmethods.results | 2 -- 1 file changed, 2 deletions(-) (limited to 'compilerplugins') 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 -- cgit