no-op; change comment
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 21 May 2016 11:36:40 +0000 (07:36 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 31 May 2016 19:30:44 +0000 (15:30 -0400)
gtk2_ardour/mixer_strip.cc

index f5582af5bd21ba4e16e628b504a205bb6ea3d2f5..a4c65475c5dc2cd84ae6a50d4a5d77f63c0781ea 100644 (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;
        }