summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_group.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-12-22 01:10:25 +0000
committerCarl Hetherington <carl@carlh.net>2009-12-22 01:10:25 +0000
commit8e59a26ccf13de93ac681d761bad09cd6bcf0c90 (patch)
treeb9a5454636005856da201b99efb1dae3aaf7993f /gtk2_ardour/port_group.h
parent06f094d4b64a826ddd71c970aaa1679867a75975 (diff)
Add remove all and disconnect all to port matrix menu. Hide bundles whose channels are already represented by other, larger bundles.
git-svn-id: svn://localhost/ardour2/branches/3.0@6381 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_group.h')
-rw-r--r--gtk2_ardour/port_group.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/port_group.h b/gtk2_ardour/port_group.h
index d5868bddd6..17d1963e19 100644
--- a/gtk2_ardour/port_group.h
+++ b/gtk2_ardour/port_group.h
@@ -60,6 +60,7 @@ public:
void clear ();
uint32_t total_channels () const;
boost::shared_ptr<ARDOUR::IO> io_from_bundle (boost::shared_ptr<ARDOUR::Bundle>) const;
+ void remove_duplicates ();
std::string name; ///< name for the group