diff options
Diffstat (limited to 'Project/Line.cpp')
-rw-r--r-- | Project/Line.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Project/Line.cpp b/Project/Line.cpp index 7f4605f..8b17ade 100644 --- a/Project/Line.cpp +++ b/Project/Line.cpp @@ -164,7 +164,6 @@ void Line::StartMove(wxPoint2DDouble position) void Line::MoveNode(Element* parent, wxPoint2DDouble position) { if(parent) { - //wxMessageBox("OK"); // First bus. if(parent == m_parentList[0]) { m_pointList[0] = m_movePts[0] + position - m_moveStartPt; |