summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-09-23 22:23:39 +0000
committerDavid Robillard <d@drobilla.net>2008-09-23 22:23:39 +0000
commit95d82d7a16b241632bd3d35a5c11c27e7e257984 (patch)
tree4b248d519f369d73817ed6a1470ece4cbbfd6ce3 /libs
parent81c571f2f01e7d5ab86220c1334403daeffff165 (diff)
An actual tempo line cache (not quite perfect when scrolling left, but miles ahead of the previous one didn't really help at all).
Tempo line updating done immediately/directly rather than in an idle handler. Looking for feedback how this works for other people, performance wise... Feel-wise, the obvious lag between scrolling and tempo lines being drawn is now gone. git-svn-id: svn://localhost/ardour2/branches/3.0@3799 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/ardour/automation_list.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/ardour/ardour/automation_list.h b/libs/ardour/ardour/automation_list.h
index ed3379bc15..cae8d3cbba 100644
--- a/libs/ardour/ardour/automation_list.h
+++ b/libs/ardour/ardour/automation_list.h
@@ -27,9 +27,6 @@
#include <sigc++/signal.h>
#include <glibmm/thread.h>
-#include <boost/pool/pool.hpp>
-#include <boost/pool/pool_alloc.hpp>
-
#include <pbd/undo.h>
#include <pbd/xml++.h>
#include <pbd/statefuldestructible.h>