diff -r 3d43b46a8564 -r 6dc0a20031f7 vymmodel.h --- a/vymmodel.h Wed Feb 04 11:52:52 2009 +0000 +++ b/vymmodel.h Wed Feb 04 16:33:16 2009 +0000 @@ -212,9 +212,6 @@ void setScene(QGraphicsScene *s); QGraphicsScene *getScene(); - BranchObj* first(); - BranchObj* next(BranchObj *bo); - LinkableMapObj* findMapObj(QPointF,LinkableMapObj*); // find MapObj LinkableMapObj* findObjBySelect (const QString &s); // find MapObj by select string LinkableMapObj* findID (const QString &s); // find MapObj by previously set ID