mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
remove unused computation
This commit is contained in:
parent
08f89383b1
commit
e7a607095d
1 changed files with 0 additions and 4 deletions
|
|
@ -225,10 +225,6 @@ BeatBox::process (int nsamples)
|
||||||
* the corresponding note on.
|
* 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 */
|
/* look for the note on */
|
||||||
|
|
||||||
IncompleteNotes::iterator ee;
|
IncompleteNotes::iterator ee;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue