vymmodel.cpp
changeset 676 3dabc6424d73
parent 665 a7db20d79c32
child 684 5f9a2771680d
     1.1 --- a/vymmodel.cpp	Wed Feb 27 16:09:06 2008 +0000
     1.2 +++ b/vymmodel.cpp	Wed Feb 27 16:09:06 2008 +0000
     1.3 @@ -192,18 +192,6 @@
     1.4  // View related
     1.5  //////////////////////////////////////////////
     1.6  
     1.7 -	/* FIXME copied from MCO, still needed?
     1.8 -void VymModel::updateLink()
     1.9 -{
    1.10 -	// set childPos to middle of MapCenterObj
    1.11 -	childPos.setX( clickBox.topLeft().x() + (int)(clickBox.width())/2 );
    1.12 -	childPos.setY( clickBox.topLeft().y() + (int)(clickBox.height())/2 );
    1.13 -	parPos=childPos;		
    1.14 -	for (int i=0; i<branch.size(); ++i)
    1.15 -		branch.at(i)->updateLink();
    1.16 -}
    1.17 -
    1.18 -*/
    1.19  void VymModel::updateRelPositions()
    1.20  {
    1.21  	for (int i=0; i<mapCenters.count(); i++)