From: Paul Davis Date: Sat, 21 May 2016 11:36:40 +0000 (-0400) Subject: no-op; change comment X-Git-Tag: 5.0-pre0~78 X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=commitdiff_plain;h=4b11bb4d159af3271106f843dd15d8ab0eff1860 no-op; change comment --- 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; }