vymmodel.h
changeset 760 59614eaf5fbb
parent 755 ed5b407975b3
child 761 0301e6109702
     1.1 --- a/vymmodel.h	Tue Apr 28 20:53:44 2009 +0000
     1.2 +++ b/vymmodel.h	Wed Apr 29 18:46:31 2009 +0000
     1.3 @@ -293,8 +293,6 @@
     1.4  	MapCenterItem* addMapCenter();
     1.5  private:	
     1.6  	MapCenterItem* addMapCenter(QPointF absPos);
     1.7 -public:	
     1.8 -	MapCenterItem* removeMapCenter(MapCenterItem *mci);
     1.9  
    1.10  	/*! \brief Add new branch
    1.11  
    1.12 @@ -306,7 +304,6 @@
    1.13  		0..n	insert at a specific position in selections parent
    1.14  		(needed for free relinking)
    1.15  	*/	
    1.16 -	MapCenterObj* getLastMapCenter();		//!< get last added MapCenter, used for context menu
    1.17  
    1.18  private:	
    1.19      BranchItem* addNewBranchInt(int);		// pos allows to add above/below selection