summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-07-27 02:09:51 +0000
committerCarl Hetherington <carl@carlh.net>2010-07-27 02:09:51 +0000
commit4e8d402fd2f92454c0ce1460e0030020b72c3888 (patch)
tree8bebc1154fa4eeefe74db6e38383a93ce2e59607 /gtk2_ardour/port_matrix.cc
parentf2df65db6a09e777ed1fc8d6b7b790c2468c5597 (diff)
Fix route port matrix to only display the relevant port types.
git-svn-id: svn://localhost/ardour2/branches/3.0@7505 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_matrix.cc')
-rw-r--r--gtk2_ardour/port_matrix.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/port_matrix.cc b/gtk2_ardour/port_matrix.cc
index 6113412df9..06f869b675 100644
--- a/gtk2_ardour/port_matrix.cc
+++ b/gtk2_ardour/port_matrix.cc
@@ -215,8 +215,6 @@ void
PortMatrix::set_type (DataType t)
{
_type = t;
-
- setup_all_ports ();
}
void