summaryrefslogtreecommitdiffstats
path: root/Project/Branch.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Branch.h')
-rw-r--r--Project/Branch.h1
1 files changed, 0 insertions, 1 deletions
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; }