summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-01-05 20:47:56 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-01-05 20:47:56 +0000
commit87a5518eb1e2bbdf7e6bffed20d153cfa1eac87d (patch)
treec11e7d9423fb812a9aeda6e097fb2cef54dca224 /gtk2_ardour
parent443126d148692e9828fea091e942c2a58a77a30b (diff)
actually fix cleanup design, plus buglet that used the wrong directory to store files in when cleaned up
git-svn-id: svn://localhost/ardour2/trunk@1276 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/route_time_axis.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index 67a86b385f..84f752dc8a 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -957,7 +957,6 @@ RouteTimeAxisView::use_new_playlist (bool prompt)
if (name.length()) {
ds->use_new_playlist ();
ds->playlist()->set_name (name);
- cerr << " installed new PL, UC = " << ds->playlist().use_count() << endl;
}
}