no-op; change comment

This commit is contained in:
Paul Davis
2016-05-21 07:36:40 -04:00
parent fe1d27444b
commit 4b11bb4d15

View File

@@ -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;
}