window delete/hide is managed by WMProxy (amend to cb6f16ac)
[ardour.git] / gtk2_ardour / plugin_ui.cc
index 9a85b7845409ecac80b9fd5ed05f57a09c44fcfb..d9741f5e39bde67f86384c3c1ab26ff3f52af9e3 100644 (file)
@@ -148,7 +148,6 @@ PluginUIWindow::PluginUIWindow (
        set_name ("PluginEditor");
        add_events (Gdk::KEY_PRESS_MASK|Gdk::KEY_RELEASE_MASK|Gdk::BUTTON_PRESS_MASK|Gdk::BUTTON_RELEASE_MASK);
 
-       signal_delete_event().connect (sigc::bind (sigc::ptr_fun (just_hide_it), reinterpret_cast<Window*> (this)), false);
        insert->DropReferences.connect (death_connection, invalidator (*this), boost::bind (&PluginUIWindow::plugin_going_away, this), gui_context());
 
        gint h = _pluginui->get_preferred_height ();