summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rhythm_ferret.cc
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2016-03-29 16:48:56 +1100
committernick_m <mainsbridge@gmail.com>2016-05-27 23:38:13 +1000
commita53d94c3d0cf7cb331c6a48afcebdb5d2706141d (patch)
tree93cdd45ab789a812685e85416479faed1270da62 /gtk2_ardour/rhythm_ferret.cc
parent7cb5fca27b8a8fe41c3f1e4f8a14a2f5343762da (diff)
Perfornamce - remove dubious optimisation.
Diffstat (limited to 'gtk2_ardour/rhythm_ferret.cc')
-rw-r--r--gtk2_ardour/rhythm_ferret.cc4
1 files changed, 0 insertions, 4 deletions
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