summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rhythm_ferret.cc
diff options
context:
space:
mode:
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