summaryrefslogtreecommitdiffstats
path: root/src/gui/Port.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-28 08:48:36 +0000
committerDavid Robillard <d@drobilla.net>2011-11-28 08:48:36 +0000
commit140b63493987cf278c522a1b305eccc26073718c (patch)
tree28dff39d63780abc9c7d605394ce082128e3b48f /src/gui/Port.hpp
parentdb81a32966df606790c5167b5afb4cc6dd439b5f (diff)
downloadingen-140b63493987cf278c522a1b305eccc26073718c.tar.gz
ingen-140b63493987cf278c522a1b305eccc26073718c.tar.bz2
ingen-140b63493987cf278c522a1b305eccc26073718c.zip
Independent control of corner radiuses.
Fancy port stylez. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3665 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/Port.hpp')
-rw-r--r--src/gui/Port.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/Port.hpp b/src/gui/Port.hpp
index f1c4b80a..8a8d901f 100644
--- a/src/gui/Port.hpp
+++ b/src/gui/Port.hpp
@@ -62,7 +62,7 @@ public:
void set_selected(bool b);
- ArtVpathDash* dash();
+ //ArtVpathDash* dash();
private:
Port(App& app,
@@ -76,7 +76,7 @@ private:
bool on_event(GdkEvent* ev);
void moved();
- static ArtVpathDash* _dash;
+ //static ArtVpathDash* _dash;
App& _app;
WeakPtr<const PortModel> _port_model;