diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2017-02-24 12:25:41 -0300 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2017-02-24 12:25:41 -0300 |
commit | a54f50d0bf86c7c4d400e8b4d30cbc6091cfd9df (patch) | |
tree | f551481b420d87b8774520169770f9a101bac391 /Project/Branch.h | |
parent | 5e7c19ae397164dd718b2593663cee5d1be687cd (diff) | |
download | PSP.git-a54f50d0bf86c7c4d400e8b4d30cbc6091cfd9df.tar.gz PSP.git-a54f50d0bf86c7c4d400e8b4d30cbc6091cfd9df.tar.xz PSP.git-a54f50d0bf86c7c4d400e8b4d30cbc6091cfd9df.zip |
Connection line implementation start
Diffstat (limited to 'Project/Branch.h')
-rw-r--r-- | Project/Branch.h | 1 |
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; } |