remove unused computation
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 18 Aug 2017 16:28:14 +0000 (12:28 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 18 Sep 2017 15:40:53 +0000 (11:40 -0400)
tools/bb/bb.cc

index eb31fc0868e0bd88a155a544e3877c1a5c504831..472edb19c545a2a47e4b52a3dc2309f085aee9ee 100644 (file)
@@ -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;