summaryrefslogtreecommitdiff
path: root/libs/ardour/rb_effect.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-11-18 02:36:28 -0500
committerDavid Robillard <d@drobilla.net>2014-11-18 02:55:03 -0500
commit976a150e6baa76b3a9ad741e88d0d562bbd6cd6e (patch)
tree51231fceb172eaf2a5f337119aac825bbf06ca23 /libs/ardour/rb_effect.cc
parent07d4f506899bfce60f37fadf851a67b83e66a75a (diff)
Remove obviously dead/redundant code.
Diffstat (limited to 'libs/ardour/rb_effect.cc')
-rw-r--r--libs/ardour/rb_effect.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/ardour/rb_effect.cc b/libs/ardour/rb_effect.cc
index 2749e18258..03ce918f31 100644
--- a/libs/ardour/rb_effect.cc
+++ b/libs/ardour/rb_effect.cc
@@ -209,8 +209,6 @@ RBEffect::run (boost::shared_ptr<Region> r, Progress* progress)
for (uint32_t i = 0; i < channels; ++i) {
- this_read = 0;
-
framepos_t this_time;
this_time = min(bufsize, read_duration - pos);
@@ -251,7 +249,6 @@ RBEffect::run (boost::shared_ptr<Region> r, Progress* progress)
for (uint32_t i = 0; i < channels; ++i) {
- this_read = 0;
framepos_t this_time;
this_time = min(bufsize, read_duration - pos);