summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-12-04 14:32:28 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-12-04 14:32:28 +0000
commit89d1a2fdf5f9794f56f6bf960bfbebfad913cf74 (patch)
tree5a2d55a420955f86151ba37870f1de0762195456 /gtk2_ardour/editor_summary.cc
parent1feaa65d167e59b400b8ac003f69e33934ee7c08 (diff)
dramatically speed up the addition of large numbers of busses + tracks. consists of a backend part (ignore JACK graph/latency callbacks while we're adding tracks) and a GUI side (avoid O(N^N) behaviour while adding each new time axis view)
git-svn-id: svn://localhost/ardour2/branches/3.0@13595 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_summary.cc')
-rw-r--r--gtk2_ardour/editor_summary.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_summary.cc b/gtk2_ardour/editor_summary.cc
index 1d7440115e..e7ddb650ed 100644
--- a/gtk2_ardour/editor_summary.cc
+++ b/gtk2_ardour/editor_summary.cc
@@ -689,8 +689,6 @@ EditorSummary::set_editor (double const x, double const y)
is merely pending but not executing. But c'est la vie.
*/
- cerr << "Editor pending idle already queued\n";
-
return;
}