remove unused variable

This commit is contained in:
Paul Davis
2014-05-17 15:50:03 -04:00
parent a8c56ff927
commit e8d3c16187

View File

@@ -3384,8 +3384,6 @@ ARDOUR_UI::add_route (Gtk::Window* float_window)
setup_order_hint();
PBD::ScopedConnection idle_connection;
string template_path = add_route_dialog->track_template();
if (!template_path.empty()) {
@@ -3427,8 +3425,6 @@ ARDOUR_UI::add_route (Gtk::Window* float_window)
session_add_audio_bus (input_chan.n_audio(), output_chan.n_audio(), route_group, count, name_template);
break;
}
/* idle connection will end at scope end */
}
void