summaryrefslogtreecommitdiffstats
path: root/src/gui/Port.cpp
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.cpp
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.cpp')
-rw-r--r--src/gui/Port.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/Port.cpp b/src/gui/Port.cpp
index c492d2aa..a7153ff3 100644
--- a/src/gui/Port.cpp
+++ b/src/gui/Port.cpp
@@ -38,7 +38,7 @@ namespace Ingen {
using namespace Shared;
namespace GUI {
-ArtVpathDash* Port::_dash;
+//ArtVpathDash* Port::_dash;
Port*
Port::create(App& app,
@@ -275,6 +275,7 @@ Port::property_changed(const URI& key, const Atom& value)
}
}
+/*
ArtVpathDash*
Port::dash()
{
@@ -296,6 +297,7 @@ Port::dash()
return _dash;
}
+*/
void
Port::set_selected(bool b)