From eecad55f51909af9824c7bf739fbebc65082a037 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 11 Mar 2019 04:18:35 +0100 Subject: Remove redundant call, fix VST bypass indicator PlugUIBase c'tor already sets the correct value, using PluginInsert::enabled. That also correctly shows bypass state of VSTs that support effSetBypass --- gtk2_ardour/vst_plugin_ui.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'gtk2_ardour/vst_plugin_ui.cc') diff --git a/gtk2_ardour/vst_plugin_ui.cc b/gtk2_ardour/vst_plugin_ui.cc index 33f1264a4b..b162d398b0 100644 --- a/gtk2_ardour/vst_plugin_ui.cc +++ b/gtk2_ardour/vst_plugin_ui.cc @@ -50,8 +50,6 @@ VSTPluginUI::VSTPluginUI (boost::shared_ptr insert, boost: box->pack_end (_preset_modified, false, false); box->pack_end (pin_management_button, false, false); - bypass_button.set_active (!insert->active ()); - pack_start (*box, false, false); box->signal_size_allocate().connect (sigc::mem_fun (*this, &VSTPluginUI::top_box_allocated)); #ifdef GDK_WINDOWING_X11 -- cgit v1.2.3