From feb8164afa67d3e2e5fe27dd01c5101d6d0cb847 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 9 Mar 2021 20:22:37 +0000 Subject: drop newly unused code and macros MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4b3fe1d7a62305f04589bd05a80aa771910a4f98 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112246 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- compilerplugins/clang/constantparam.numbers.results | 4 ---- compilerplugins/clang/countusersofdefaultparams.py | 2 -- 2 files changed, 6 deletions(-) (limited to 'compilerplugins') diff --git a/compilerplugins/clang/constantparam.numbers.results b/compilerplugins/clang/constantparam.numbers.results index 7759f40f512d..b03d0ff7c507 100644 --- a/compilerplugins/clang/constantparam.numbers.results +++ b/compilerplugins/clang/constantparam.numbers.results @@ -730,10 +730,6 @@ include/sfx2/app.hxx:87 void SfxLinkItem::SfxLinkItem(unsigned short,const class Link &) unsigned short nWhichId 5646 -include/sfx2/childwin.hxx:138 - void SfxChildWindowContext::RegisterChildWindowContext(class SfxModule *,unsigned short,class std::unique_ptr >) - unsigned short - 10366 include/sfx2/ctrlitem.hxx:91 void SfxStatusForwarder::SfxStatusForwarder(unsigned short,class SfxControllerItem &) unsigned short nSlotId diff --git a/compilerplugins/clang/countusersofdefaultparams.py b/compilerplugins/clang/countusersofdefaultparams.py index 57af9ea29caa..a53c17283c14 100755 --- a/compilerplugins/clang/countusersofdefaultparams.py +++ b/compilerplugins/clang/countusersofdefaultparams.py @@ -47,8 +47,6 @@ for k,v in callDict.iteritems(): continue if k.endswith("::RegisterChildWindow(_Bool,class SfxModule *,enum SfxChildWindowFlags)"): continue - if k.endswith("::RegisterChildWindowContext(unsigned short,class SfxModule *)"): - continue if k.endswith("::RegisterControl(unsigned short,class SfxModule *)"): continue if k.endswith("::RegisterFactory(unsigned short)"): -- cgit v1.2.3