mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
Perfornamce - remove dubious optimisation.
This commit is contained in:
parent
7cb5fca27b
commit
a53d94c3d0
4 changed files with 0 additions and 36 deletions
|
|
@ -377,8 +377,6 @@ RhythmFerret::do_split_action ()
|
|||
return;
|
||||
}
|
||||
|
||||
editor.EditorFreeze(); /* Emit signal */
|
||||
|
||||
editor.begin_reversible_command (_("split regions (rhythm ferret)"));
|
||||
|
||||
/* Merge the transient positions for regions in consideration */
|
||||
|
|
@ -409,8 +407,6 @@ RhythmFerret::do_split_action ()
|
|||
}
|
||||
|
||||
editor.commit_reversible_command ();
|
||||
|
||||
editor.EditorThaw(); /* Emit signal */
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue