no warning dialog about tempo map cut/copy/paste

Left in place since it may come back in a different form
This commit is contained in:
Paul Davis 2023-08-30 14:16:15 -06:00
parent 7aa1863c0f
commit 44e1de4261
1 changed files with 1 additions and 1 deletions

View File

@ -2710,7 +2710,7 @@ Editor::cut_copy_section (ARDOUR::SectionOperation const op)
if (!get_selection_extents (start, end) || !_session) {
return;
}
#if 1
#if 0
TempoMap::SharedPtr tmap (TempoMap::use());
if ((tmap->tempos ().size () > 1 || tmap->meters ().size () > 1 || tmap->bartimes ().size () > 1) && UIConfiguration::instance().get_ask_cut_copy_section_tempo_map ()) {
ArdourMessageDialog msg (_("Cut/Copy Section does not yet include the Tempo Map\nDo you still want to proceed?"), false, MESSAGE_QUESTION, BUTTONS_YES_NO, true) ;