13
0

remove unused computation

This commit is contained in:
Paul Davis 2017-08-18 12:28:14 -04:00
parent 08f89383b1
commit e7a607095d

View 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;