mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
complete manual reversion of 7bce9899c0
This commit is contained in:
parent
f643e231f5
commit
182801b8d7
1 changed files with 0 additions and 4 deletions
|
|
@ -138,10 +138,6 @@ public:
|
|||
/* interval computed externally */
|
||||
void update (uint64_t interval)
|
||||
{
|
||||
/* throw away the first 1000 values */
|
||||
if (_update_cnt++ < 1000) {
|
||||
return;
|
||||
}
|
||||
Timing::update (interval);
|
||||
calc ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue