summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/mixer_strip.cc')
-rw-r--r--gtk2_ardour/mixer_strip.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc
index f5582af5bd..a4c65475c5 100644
--- a/gtk2_ardour/mixer_strip.cc
+++ b/gtk2_ardour/mixer_strip.cc
@@ -2558,7 +2558,7 @@ MixerStrip::vca_button_release (GdkEventButton* ev)
VCAList vcas (_session->vca_manager().vcas());
if (vcas.empty()) {
- /* XXX should probably show a message saying "No VCA masters" */
+ /* the button should not have been visible under these conditions */
return true;
}