Perfornamce - remove dubious optimisation.

This commit is contained in:
nick_m 2016-03-29 16:48:56 +11:00
parent 7cb5fca27b
commit a53d94c3d0
4 changed files with 0 additions and 36 deletions

View file

@ -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