summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_export_audio.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-05-02 19:08:30 +0000
committerCarl Hetherington <carl@carlh.net>2010-05-02 19:08:30 +0000
commitceb1025c2c8ab1246a51c3967ee5a79773a4e008 (patch)
tree385091c0b89ef1b3ed54c7b8ccc13c83a59a7bec /gtk2_ardour/editor_export_audio.cc
parent0cb4160ce771b87b2826452132bb1a6de447515f (diff)
Small cleanup: add constructor to InterThreadInfo.
git-svn-id: svn://localhost/ardour2/branches/3.0@7044 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_export_audio.cc')
-rw-r--r--gtk2_ardour/editor_export_audio.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/editor_export_audio.cc b/gtk2_ardour/editor_export_audio.cc
index 1af4fc4764..51c2ef072a 100644
--- a/gtk2_ardour/editor_export_audio.cc
+++ b/gtk2_ardour/editor_export_audio.cc
@@ -146,10 +146,6 @@ Editor::bounce_region_selection ()
InterThreadInfo itt;
- itt.done = false;
- itt.cancel = false;
- itt.progress = 0.0f;
-
boost::shared_ptr<Region> r = track->bounce_range (region->position(), region->position() + region->length(), itt);
cerr << "Result of bounce of "
<< region->name() << " len = " << region->length()