diff -r bf3ea1f1520b -r 59614eaf5fbb vymmodel.h --- a/vymmodel.h Tue Apr 28 20:53:44 2009 +0000 +++ b/vymmodel.h Wed Apr 29 18:46:31 2009 +0000 @@ -293,8 +293,6 @@ MapCenterItem* addMapCenter(); private: MapCenterItem* addMapCenter(QPointF absPos); -public: - MapCenterItem* removeMapCenter(MapCenterItem *mci); /*! \brief Add new branch @@ -306,7 +304,6 @@ 0..n insert at a specific position in selections parent (needed for free relinking) */ - MapCenterObj* getLastMapCenter(); //!< get last added MapCenter, used for context menu private: BranchItem* addNewBranchInt(int); // pos allows to add above/below selection