From bb01a3536d6446864f81a81b626461f8defe5da3 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Sat, 2 Jul 2016 15:30:16 +0900 Subject: starmath: Drop unused definition Change-Id: Ifb91d3a913d6fe3f92ef93bd0e25b8c6152727f3 Reviewed-on: https://gerrit.libreoffice.org/26872 Tested-by: Jenkins Reviewed-by: Takeshi Abe --- starmath/source/node.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'starmath/source') diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx index a8ae9e88339a..1b32cf93bb91 100644 --- a/starmath/source/node.cxx +++ b/starmath/source/node.cxx @@ -252,11 +252,6 @@ void SmNode::Move(const Point& rPosition) } -void SmNode::Arrange(OutputDevice &rDev, const SmFormat &rFormat) -{ - ForEachNonNull(this, [&rDev, &rFormat](SmNode *pNode){pNode->Arrange(rDev, rFormat);}); -} - void SmNode::CreateTextFromNode(OUString &rText) { sal_uInt16 nSize = GetNumSubNodes(); -- cgit