diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2023-06-03 22:16:44 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-06-03 23:15:02 +0200 |
commit | df6e819a8f76f927bd7a568a95a535299e795a06 (patch) | |
tree | a4a7ef273ad24288d5481d2400d1344db5b540a5 /compilerplugins | |
parent | 698982c10eec667e4861b1ec72ad871b4368f471 (diff) |
Remove unused SmStructureNode::SetSubNodesBinMo with plain pointers (starmath)
and keep the remaining one which uses unique_ptr
Change-Id: I0e4e4aff5c202897a27dfef97750c14c3c5736bb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152581
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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 b7a344496442..8c0beae1aa23 100644 --- a/compilerplugins/clang/unusedmethods.results +++ b/compilerplugins/clang/unusedmethods.results @@ -3034,8 +3034,6 @@ starmath/inc/node.hxx:508 SmNode * SmStructureNode::GetSubNodeBinMo(unsigned long) const starmath/inc/node.hxx:533 void SmStructureNode::SetSubNodes(SmNode *,SmNode *,SmNode *) -starmath/inc/node.hxx:554 - void SmStructureNode::SetSubNodesBinMo(SmNode *,SmNode *,SmNode *) starmath/inc/nodetype.hxx:59 _Bool starmathdatabase::isStructuralNode(enum SmNodeType) starmath/inc/nodetype.hxx:71 |