meter background color..
[ardour.git] / gtk2_ardour / send_ui.cc
index e9699f2cfe3fd9ede94c92b27e829e8063b6c096..4a16c572595864990764795a4bdaf31ba87d9911 100644 (file)
@@ -133,10 +133,6 @@ SendUIWindow::SendUIWindow (boost::shared_ptr<Send> s, Session* session)
        hpacker.show ();
 
        s->DropReferences.connect (going_away_connection, invalidator (*this), boost::bind (&SendUIWindow::send_going_away, this), gui_context());
-
-       signal_delete_event().connect (sigc::bind (
-                                              sigc::ptr_fun (just_hide_it),
-                                              reinterpret_cast<Window *> (this)));
 }
 
 SendUIWindow::~SendUIWindow ()