fix computation of fixed ruler scales done before canvas width is set by allocation...
[ardour.git] / gtk2_ardour / windows_vst_plugin_ui.cc
index 6288ba50e1b2086dae99a3a309b86a7902413e64..0652168f5bb7f5173a0bcd3c46a49e80cd24e71d 100644 (file)
@@ -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;