summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-01-25 17:46:12 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-01-25 17:46:12 +0000
commitd9b02a266d28a313d074b7efee8e4f03edb11418 (patch)
tree7b2b1062ff512ab4443d2596464cc6de4de072d3 /gtk2_ardour/editor_ops.cc
parent50c51ce2392c44156b16f228b71f035766f64dfb (diff)
lots of small fixes related to the rythmic rodent
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2967 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_ops.cc')
-rw-r--r--gtk2_ardour/editor_ops.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc
index 0e725aeda2..6485ce356e 100644
--- a/gtk2_ardour/editor_ops.cc
+++ b/gtk2_ardour/editor_ops.cc
@@ -5031,12 +5031,8 @@ Editor::split_region_at_transients ()
return;
}
- show_rhythm_ferret ();
- return;
#if 0
- cerr << "selection size is " << selection->regions.size() << endl;
-
for (RegionSelection::iterator i = selection->regions.begin(); i != selection->regions.end(); ) {
RegionSelection::iterator tmp;
@@ -5089,8 +5085,6 @@ Editor::split_region_at_transients ()
transients.clear ();
- cerr << "done with that one\n";
-
i = tmp;
}
#endif