summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-08-18 12:28:14 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2017-09-18 11:40:53 -0400
commite7a607095db33e9ffe91186ecdbcb643db6f3899 (patch)
tree3d2bcca5ac63f4372525153c396440b4f97df120 /tools
parent08f89383b14c8686c74babd3d60bc3165866c15e (diff)
remove unused computation
Diffstat (limited to 'tools')
-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;