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/Branch.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Project/Branch.h') diff --git a/Project/Branch.h b/Project/Branch.h index 461738f..a782a1e 100644 --- a/Project/Branch.h +++ b/Project/Branch.h @@ -20,7 +20,6 @@ public: virtual void RemoveParent(Element* parent); virtual void UpdateNodes(); virtual wxCursor GetBestPickboxCursor() const { return wxCURSOR_ARROW; } - virtual bool AddParent(Element* parent, wxPoint2DDouble position) { return false; } virtual bool Intersects(wxRect2DDouble rect) const { return false; } virtual void MovePickbox(wxPoint2DDouble position) {} virtual bool PickboxContains(wxPoint2DDouble position) { return false; } -- cgit