diff -r 2d4cc445a86a -r ee6b0f3a4c2f branchobj.h --- a/branchobj.h Mon Mar 23 09:06:51 2009 +0000 +++ b/branchobj.h Thu Mar 26 07:49:17 2009 +0000 @@ -52,11 +52,6 @@ virtual void setLinkColor(); // set the color of link virtual void setColorSubtree(QColor); // set the color of heading - BranchObj* first (); // set Iterator to first LMO - BranchObj* next (); // find next LMO after given one - BranchObj* getLastIterator(); // to interrupt and resume next iteration - void setLastIterator (BranchObj*); // needed by next() - virtual void positionContents(); virtual void move (double x,double y); virtual void move (QPointF);