summaryrefslogtreecommitdiffstats
path: root/Project/TransferFunction.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2017-02-24 12:25:41 -0300
committerThales1330 <thaleslima.ufu@gmail.com>2017-02-24 12:25:41 -0300
commita54f50d0bf86c7c4d400e8b4d30cbc6091cfd9df (patch)
treef551481b420d87b8774520169770f9a101bac391 /Project/TransferFunction.h
parent5e7c19ae397164dd718b2593663cee5d1be687cd (diff)
downloadPSP.git-a54f50d0bf86c7c4d400e8b4d30cbc6091cfd9df.tar.gz
PSP.git-a54f50d0bf86c7c4d400e8b4d30cbc6091cfd9df.tar.xz
PSP.git-a54f50d0bf86c7c4d400e8b4d30cbc6091cfd9df.zip
Connection line implementation start
Diffstat (limited to 'Project/TransferFunction.h')
-rw-r--r--Project/TransferFunction.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Project/TransferFunction.h b/Project/TransferFunction.h
index c8ca59f..d1d9529 100644
--- a/Project/TransferFunction.h
+++ b/Project/TransferFunction.h
@@ -17,7 +17,6 @@ public:
virtual void Draw(wxPoint2DDouble translation, double scale) const;
virtual bool Contains(wxPoint2DDouble position) const { return m_rect.Contains(position); }
virtual bool Intersects(wxRect2DDouble rect) const { return m_rect.Intersects(rect); }
- virtual bool AddParent(Element* parent, wxPoint2DDouble position) { return false; }
virtual bool ShowForm(wxWindow* parent, Element* element);
virtual std::vector<double> GetNumerator() const { return m_numerator; }