13
0

Temporal: in an update to the previous commit, actually remove timepos_t::compute_ticks() rather than claim to implement it

This commit is contained in:
Paul Davis 2020-12-10 21:14:53 -07:00
parent 400018e121
commit de3eb54958

View File

@ -418,7 +418,6 @@ class LIBTEMPORAL_API timecnt_t {
superclock_t compute_superclocks () const;
Beats compute_beats () const;
int64_t compute_ticks () const;
bool expensive_lt (timecnt_t const & other) const;
bool expensive_lte (timecnt_t const & other) const;