Move object+range button up with the rest of the tool buttons (bringing edit toolbar...
[ardour.git] / gtk2_ardour / ardour_dialog.cc
index 63c32e8c2d00610e209be78e157519b20eac4b8a..cd95666b16f120b3fd85fa2c5b12cc12b4ce68cc 100644 (file)
@@ -30,7 +30,6 @@
 #include "utils.h"
 
 using namespace std;
-using namespace sigc;
 using namespace Gtk;
 using namespace Gtkmm2ext;
 
@@ -91,10 +90,9 @@ ArdourDialog::on_show ()
 void
 ArdourDialog::init ()
 {
-       session = 0;
        set_type_hint(Gdk::WINDOW_TYPE_HINT_DIALOG);
        set_border_width (10);
-       CloseAllDialogs.connect (bind (mem_fun (*this, &ArdourDialog::response), RESPONSE_CANCEL));
+       CloseAllDialogs.connect (sigc::bind (sigc::mem_fun (*this, &ArdourDialog::response), RESPONSE_CANCEL));
 }
 
 bool