diff options
Diffstat (limited to 'Project/Line.h')
-rw-r--r-- | Project/Line.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Project/Line.h b/Project/Line.h index 1ff1102..0abcd82 100644 --- a/Project/Line.h +++ b/Project/Line.h @@ -65,7 +65,6 @@ public: virtual void SetPointList(std::vector<wxPoint2DDouble> pointList); protected: - double PointToLineDistance(wxPoint2DDouble point, int* segmentNumber = NULL) const; void UpdatePowerFlowArrowsPosition(); LineElectricalData m_electricaData; }; |