remove unused and useless "src" argument for a number of Region property modifying...
[ardour.git] / libs / ardour / midi_stretch.cc
index af78e293dd4a2c25c8a619bba281308f45bd09ae..4d893d526e11d1435d353cf7b40141aab173b592 100644 (file)
@@ -110,7 +110,7 @@ MidiStretch::run (boost::shared_ptr<Region> r, Progress* progress)
 
        const int ret = finish (region, nsrcs, new_name);
 
-       results[0]->set_length((framecnt_t) floor (r->length() * _request.time_fraction), NULL);
+       results[0]->set_length((framecnt_t) floor (r->length() * _request.time_fraction));
 
        return ret;
 }