remove unused and useless "src" argument for a number of Region property modifying...
[ardour.git] / libs / ardour / auditioner.cc
index a5db9a21ddcb678ba7a2dad172053c1c5b26f71a..1874e3da7a2d856ecd10dff6f23eb4102f3414b4 100644 (file)
@@ -166,7 +166,7 @@ Auditioner::audition_region (boost::shared_ptr<Region> region)
        /* copy it */
 
        boost::shared_ptr<AudioRegion> the_region (boost::dynamic_pointer_cast<AudioRegion> (RegionFactory::create (region)));
-       the_region->set_position (0, this);
+       the_region->set_position (0);
 
        _diskstream->playlist()->drop_regions ();
        _diskstream->playlist()->add_region (the_region, 0, 1);