diff -r d922fb6ea482 -r 6b0a5f4923d3 branchobj.cpp --- a/branchobj.cpp Fri Sep 11 12:56:15 2009 +0000 +++ b/branchobj.cpp Thu Sep 17 09:41:09 2009 +0000 @@ -505,28 +505,6 @@ calcBBoxSize(); } -void BranchObj::sortChildren() //FIXME-3 not moved to model yet -{ -/* - int childCount=branch.count(); - int curChildIndex; - bool madeChanges=false; - do - { - madeChanges=false; - for(curChildIndex=1;curChildIndexgetBranchObjNum(curChildIndex); - BranchObj* prevChild=(BranchObj*)treeItem->getBranchObjNum(curChildIndex-1); - if(prevChild->heading->text().compare(curChild->heading->text())>0) - { - this->moveBranchUp(curChild); - madeChanges=true; - } - } - }while(madeChanges); -*/ -} - void BranchObj::alignRelativeTo (QPointF ref,bool alignSelf) { qreal th = bboxTotal.height(); @@ -545,10 +523,10 @@ //cout<< " ref="<