summaryrefslogtreecommitdiff
path: root/gtk2_ardour/session_option_editor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/session_option_editor.cc')
-rw-r--r--gtk2_ardour/session_option_editor.cc11
1 files changed, 4 insertions, 7 deletions
diff --git a/gtk2_ardour/session_option_editor.cc b/gtk2_ardour/session_option_editor.cc
index cf7e856def..b23bccd37a 100644
--- a/gtk2_ardour/session_option_editor.cc
+++ b/gtk2_ardour/session_option_editor.cc
@@ -88,19 +88,16 @@ public:
return PortMatrixNode::NOT_ASSOCIATED;
}
- bool list_is_global (int dim) const
- {
+ bool list_is_global (int dim) const {
return (dim == OTHER);
}
- bool can_remove_channels (int) const {
+ bool can_remove_channels (boost::shared_ptr<Bundle>) const {
return false;
}
+
void remove_channel (ARDOUR::BundleChannel) {}
- bool can_rename_channels (int) const {
- return false;
- }
-
+
std::string disassociation_verb () const {
return _("Disassociate");
}