summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_graph_builder.h
diff options
context:
space:
mode:
authorSakari Bergen <sakari.bergen@beatwaves.net>2011-01-10 21:16:49 +0000
committerSakari Bergen <sakari.bergen@beatwaves.net>2011-01-10 21:16:49 +0000
commitffccaaf0bbd23ea655d8027f5173b45ba3258edf (patch)
tree5b7ae5208275080ff148123bbc8e8a071a352d9a /libs/ardour/ardour/export_graph_builder.h
parentb67be86cbff5efe1fff35ca86a216a1e63e214d7 (diff)
Make export channels own their buffers + some other small code tidy-ups. Preparation for more stem export options
git-svn-id: svn://localhost/ardour2/branches/3.0@8494 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/export_graph_builder.h')
-rw-r--r--libs/ardour/ardour/export_graph_builder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/export_graph_builder.h b/libs/ardour/ardour/export_graph_builder.h
index 5fb16ed448..67f1a3488e 100644
--- a/libs/ardour/ardour/export_graph_builder.h
+++ b/libs/ardour/ardour/export_graph_builder.h
@@ -224,7 +224,6 @@ class ExportGraphBuilder
// The sources of all data, each channel is read only once
ChannelMap channels;
- Sample * process_buffer;
framecnt_t process_buffer_frames;
std::list<Normalizer *> normalizers;