From: Paul Brossier Date: Mon, 28 Nov 2016 14:00:27 +0000 (+0100) Subject: src/synth/sampler.c: remove old comment X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=6035a3463b1e683afa0343e3f7d025fa616f55b7;p=aubio.git src/synth/sampler.c: remove old comment --- diff --git a/src/synth/sampler.c b/src/synth/sampler.c index 4dccf1c0..83cb176a 100644 --- a/src/synth/sampler.c +++ b/src/synth/sampler.c @@ -753,7 +753,6 @@ uint_t aubio_sampler_set_loop ( aubio_sampler_t * o, uint_t loop ) uint_t aubio_sampler_play ( aubio_sampler_t * o ) { - //aubio_source_seek (o->source, 0); return aubio_sampler_set_playing (o, 1); }