13
0

Temporal: remove the final #warning from timeline.cc

This commit is contained in:
Paul Davis 2020-08-04 15:47:40 -06:00
parent b87c855240
commit e89d727939

View File

@ -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;
}