mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Temporal: remove the final #warning from timeline.cc
This commit is contained in:
parent
b87c855240
commit
e89d727939
1 changed files with 2 additions and 1 deletions
|
|
@ -465,8 +465,9 @@ timepos_t:: operator+= (superclock_t s)
|
|||
v += s;
|
||||
} else {
|
||||
TempoMap::SharedPtr tm (TempoMap::fetch());
|
||||
#warning paul imeplement TempoMap::beats_plus_superclock_as_beats
|
||||
v = build (true, tm->scwalk_to_quarters (beats(), s).to_ticks());
|
||||
}
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue