misc.h
changeset 789 d85834ad8c54
parent 617 7ee5bf3647d3
child 792 7d67be709091
     1.1 --- a/misc.h	Tue Aug 18 12:39:07 2009 +0000
     1.2 +++ b/misc.h	Mon Aug 24 14:39:07 2009 +0000
     1.3 @@ -14,9 +14,6 @@
     1.4  extern ostream &operator<< (ostream &stream, QPoint const &p);
     1.5  extern ostream &operator<< (ostream &stream, QPointF const &p);
     1.6  qreal getAngle(const QPointF &);
     1.7 -QPointF normalise (const QPointF &);
     1.8  qreal max (qreal,qreal);
     1.9 -class BranchObj;
    1.10 -class MapEditor;
    1.11  
    1.12  #endif