diff -r 3086ee01554a -r b486ffd0fa11 branchobj.h --- a/branchobj.h Thu Dec 10 17:04:48 2009 +0000 +++ b/branchobj.h Mon Dec 14 10:17:55 2009 +0000 @@ -6,8 +6,6 @@ #include "ornamentedobj.h" #include "xlinkobj.h" -bool isAbove(BranchObj*,BranchObj*); - /*! \brief A branch visible in the map */ ///////////////////////////////////////////////////////////////////////////// @@ -18,8 +16,6 @@ BranchObj (QGraphicsScene*,TreeItem *ti=NULL); ~BranchObj (); - bool operator< ( const BranchObj & ); - bool operator== ( const BranchObj & ); virtual void init (); virtual void copy (BranchObj*); void clear(); @@ -43,8 +39,6 @@ virtual void updateData(); //! Update represantatio of heading, flags, etc. -protected: - virtual void savePosInAngle(); // write pos in angle for resorting public: virtual void setDefAttr (BranchModification); // set default attributes (font, size, ...) @@ -65,9 +59,6 @@ QList xlink; // xlinks to other branches AnimPoint anim; - -public: - float angle; // used in mainbranch to reorder mainbranches };