diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-11-07 10:00:36 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-11-07 13:58:43 +0100 |
commit | 72fad7a18d9967d35a68ee9f64f469f438a68882 (patch) | |
tree | c94d8b9a2c2c881746e081c1e01c58215f1659ed /compilerplugins | |
parent | 2b635e6de85a9364ec9159a0d827de40bff4a0b9 (diff) |
remove some unused getters
Change-Id: Iaa556491add4a7674f90ecfbf8e44f0b1d6583ee
Reviewed-on: https://gerrit.libreoffice.org/82198
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/unusedmethods.results | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compilerplugins/clang/unusedmethods.results b/compilerplugins/clang/unusedmethods.results index 43e1c9acf25d..76a8b3d457b9 100644 --- a/compilerplugins/clang/unusedmethods.results +++ b/compilerplugins/clang/unusedmethods.results @@ -724,10 +724,6 @@ include/vcl/customweld.hxx:115 void weld::CustomWeld::queue_draw_area(int,int,int,int) include/vcl/dialog.hxx:129 _Bool Dialog::StartExecuteAsync(const class std::function<void (int)> &) -include/vcl/edit.hxx:184 - _Bool Edit::IsSelectAllSingleClick() const -include/vcl/edit.hxx:216 - class rtl::OUString Edit::GetPlaceholderText() const include/vcl/EnumContext.hxx:118 vcl::EnumContext::EnumContext(const class rtl::OUString &,const class rtl::OUString &) include/vcl/errcode.hxx:86 |