diff -r 1fb50e79661c -r fe839bdfd10c linkablemapobj.cpp --- a/linkablemapobj.cpp Tue Jul 07 09:34:24 2009 +0000 +++ b/linkablemapobj.cpp Tue Jul 07 11:21:27 2009 +0000 @@ -86,7 +86,6 @@ // Rel Positions relPos=QPointF(0,0); useRelPos=false; - useOrientation=true; // Crossreference to treemodel treeItem=NULL; @@ -99,7 +98,6 @@ setLinkStyle(other->style); setLinkColor (other->linkcolor); relPos=other->relPos; - useOrientation=other->useOrientation; treeItem=other->treeItem; } @@ -552,15 +550,6 @@ return parPos; } -void LinkableMapObj::setUseOrientation (const bool &b) -{ - if (useOrientation!=b) - { - useOrientation=b; - requestReposition(); - } -} - LinkableMapObj::Orientation LinkableMapObj::getOrientation() { return orientation;