From: Paul Davis Date: Fri, 18 Aug 2017 16:28:14 +0000 (-0400) Subject: remove unused computation X-Git-Tag: 6.0-pre0~14 X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=commitdiff_plain;h=e7a607095db33e9ffe91186ecdbcb643db6f3899 remove unused computation --- diff --git a/tools/bb/bb.cc b/tools/bb/bb.cc index eb31fc0868..472edb19c5 100644 --- a/tools/bb/bb.cc +++ b/tools/bb/bb.cc @@ -225,10 +225,6 @@ BeatBox::process (int nsamples) * the corresponding note on. */ - /* compute nominal time */ - - quantized_time = (in_loop_time / time_per_grid_unit) * time_per_grid_unit; - /* look for the note on */ IncompleteNotes::iterator ee;