summaryrefslogtreecommitdiff
path: root/gtk2_ardour/io_selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/io_selector.h')
-rw-r--r--gtk2_ardour/io_selector.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/gtk2_ardour/io_selector.h b/gtk2_ardour/io_selector.h
index 3f4eb2155a..6a87ffaf55 100644
--- a/gtk2_ardour/io_selector.h
+++ b/gtk2_ardour/io_selector.h
@@ -36,19 +36,6 @@ class IOSelector : public PortMatrix
void set_state (ARDOUR::BundleChannel c[2], bool);
PortMatrixNode::State get_state (ARDOUR::BundleChannel c[2]) const;
- std::string add_channel_name () const;
-
- void add_channel ();
-
- bool can_remove_channels (int d) const {
- return d == _ours;
- }
-
- void remove_channel (ARDOUR::BundleChannel);
- bool can_rename_channels (int d) const {
- return false;
- }
-
std::string disassociation_verb () const {
return _("Disconnect");
}