diff -r 12958f987bcf -r 716a777c1c98 branchobj.h --- a/branchobj.h Wed Jul 16 10:46:14 2008 +0000 +++ b/branchobj.h Fri Jan 30 09:14:12 2009 +0000 @@ -105,8 +105,6 @@ virtual void removeChildren(); virtual void removeBranch(BranchObj*); virtual void removeBranchPtr (BranchObj*); - virtual void setLastSelectedBranch(BranchObj*); - virtual BranchObj* getLastSelectedBranch(); virtual BranchObj* getFirstBranch(); virtual BranchObj* getLastBranch(); virtual BranchObj* getBranchNum(int); @@ -143,7 +141,6 @@ public: float angle; // used in mainbranch to reorder mainbranches protected: - int lastSelectedBranch; // for going deeper into tree bool scrolled; // true if all children are scrolled and thus invisible bool tmpUnscrolled; // can only be true (temporary) for a scrolled subtree bool includeImagesVer; // include floatimages in bbox vertically