diff options
Diffstat (limited to 'starmath/source')
-rw-r--r-- | starmath/source/parse.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx index a76685d757e0..7c092b64fe1e 100644 --- a/starmath/source/parse.cxx +++ b/starmath/source/parse.cxx @@ -1736,8 +1736,6 @@ std::unique_ptr<SmStructureNode> SmParser::DoUnOper() aNodeToken.cMathChar = MS_VERTLINE; std::unique_ptr<SmNode> xLeft(new SmMathSymbolNode(aNodeToken)); - - aNodeToken.cMathChar = MS_VERTLINE; std::unique_ptr<SmNode> xRight(new SmMathSymbolNode(aNodeToken)); xSNode->SetSubNodes(xLeft.release(), xArg.release(), xRight.release()); |