diff --git a/gtk2_ardour/automation_time_axis.cc b/gtk2_ardour/automation_time_axis.cc index 8bed5a8fec..a37008e447 100644 --- a/gtk2_ardour/automation_time_axis.cc +++ b/gtk2_ardour/automation_time_axis.cc @@ -872,8 +872,7 @@ AutomationTimeAxisView::paste_one (timepos_t const & pos, unsigned paste_count, Temporal::timepos_t model_pos = dm (_line->distance_measure().origin().distance (tpos), line()->the_list()->time_domain()); XMLNode &before = alist->get_state(); -#warning NUTEMPO FIX THIS ... WHY DOES the paste call get a type error from the compiler - //alist->paste (**p, model_pos, _session->tempo_map()); + alist->paste (**p, model_pos); _session->add_command (new MementoCommand(*alist.get(), &before, &alist->get_state())); return true;