summaryrefslogtreecommitdiff
path: root/tools/bb/bb.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bb/bb.cc')
-rw-r--r--tools/bb/bb.cc4
1 files changed, 0 insertions, 4 deletions
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;