From a54f50d0bf86c7c4d400e8b4d30cbc6091cfd9df Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Fri, 24 Feb 2017 12:25:41 -0300 Subject: Connection line implementation start --- Project/Line.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Project/Line.h') 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 pointList); protected: - double PointToLineDistance(wxPoint2DDouble point, int* segmentNumber = NULL) const; void UpdatePowerFlowArrowsPosition(); LineElectricalData m_electricaData; }; -- cgit