X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gtk2_ardour%2Fwindows_vst_plugin_ui.cc;h=0652168f5bb7f5173a0bcd3c46a49e80cd24e71d;hb=3e59452fa0182ace7785c62acef83cb0d213cc86;hp=6288ba50e1b2086dae99a3a309b86a7902413e64;hpb=aed44005b26eb359025b33f10c8d588ab732d096;p=ardour.git diff --git a/gtk2_ardour/windows_vst_plugin_ui.cc b/gtk2_ardour/windows_vst_plugin_ui.cc index 6288ba50e1..0652168f5b 100644 --- a/gtk2_ardour/windows_vst_plugin_ui.cc +++ b/gtk2_ardour/windows_vst_plugin_ui.cc @@ -50,10 +50,6 @@ WindowsVSTPluginUI::package (Gtk::Window& win) { VSTPluginUI::package (win); - /* This assumes that the window's owner understands the XEmbed protocol */ - - _socket.add_id (fst_get_XID (_vst->state ())); - fst_move_window_into_view (_vst->state ()); return 0;