X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Frb_effect.cc;h=03ce918f3142817ffd72508b2d18074a7cb8c457;hb=df0f1b5ced0000ce55b707908ddaa3d8b52105e2;hp=2749e18258585299c99afac82910677d2b6ea3d0;hpb=881d77f1e5a905009b61444670e9ec1a2aaa71ec;p=ardour.git 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 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 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);