From a53d94c3d0cf7cb331c6a48afcebdb5d2706141d Mon Sep 17 00:00:00 2001 From: nick_m Date: Tue, 29 Mar 2016 16:48:56 +1100 Subject: Perfornamce - remove dubious optimisation. --- gtk2_ardour/rhythm_ferret.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gtk2_ardour/rhythm_ferret.cc') diff --git a/gtk2_ardour/rhythm_ferret.cc b/gtk2_ardour/rhythm_ferret.cc index d73b376439..964418843d 100644 --- a/gtk2_ardour/rhythm_ferret.cc +++ b/gtk2_ardour/rhythm_ferret.cc @@ -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 -- cgit v1.2.3