summaryrefslogtreecommitdiff
path: root/starmath/inc/node.hxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2023-06-03 22:16:44 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-06-03 23:15:02 +0200
commitdf6e819a8f76f927bd7a568a95a535299e795a06 (patch)
treea4a7ef273ad24288d5481d2400d1344db5b540a5 /starmath/inc/node.hxx
parent698982c10eec667e4861b1ec72ad871b4368f471 (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 'starmath/inc/node.hxx')
-rw-r--r--starmath/inc/node.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx
index f162b83aa754..e0b597306509 100644
--- a/starmath/inc/node.hxx
+++ b/starmath/inc/node.hxx
@@ -544,16 +544,6 @@ public:
std::unique_ptr<SmNode> pThird = nullptr);
/**
- * Sets subnodes, used for operators.
- * The data is reordered so the items are correctly ordered.
- * @param pFirst
- * @param pSecond
- * @param pThird
- * @return
- */
- void SetSubNodesBinMo(SmNode* pFirst, SmNode* pSecond, SmNode* pThird);
-
- /**
* Sets subnodes.
* @param rNodeArray
* @return