diff -r 6b0a5f4923d3 -r cf634bbf9e04 vymmodel.cpp --- a/vymmodel.cpp Thu Sep 17 09:41:09 2009 +0000 +++ b/vymmodel.cpp Wed Sep 23 11:59:54 2009 +0000 @@ -4094,32 +4094,6 @@ } } -void VymModel::updateRelPositions() //FIXME-3 VM should have no need to updateRelPos -{ - /* FIXME-3 ??? - for (int i=0; ibranchCount(); i++) - ((MapCenterObj*)rootItem->getBranchObjNum(i))->updateRelPositions(); - */ - /* - void MapCenterObj::updateRelPositions() - { - if (repositionRequest) unsetAllRepositionRequests(); - - // update relative Positions of branches and floats - for (int i=0; ibranchCount(); ++i) - { - treeItem->getBranchObjNum(i)->setRelPos(); - treeItem->getBranchObjNum(i)->setOrientation(); - } - - for (int i=0; isetRelPos(); - - if (repositionRequest) reposition(); - } - */ -} - void VymModel::reposition() //FIXME-4 VM should have no need to reposition, but the views... { //cout << "VM::reposition blocked="<