From de3eb54958d3a4d5c620afc64b7837f1d6bcfe24 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 10 Dec 2020 21:14:53 -0700 Subject: [PATCH] Temporal: in an update to the previous commit, actually remove timepos_t::compute_ticks() rather than claim to implement it --- libs/temporal/temporal/timeline.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/temporal/temporal/timeline.h b/libs/temporal/temporal/timeline.h index e9daeac04b..ba95f03d06 100644 --- a/libs/temporal/temporal/timeline.h +++ b/libs/temporal/temporal/timeline.h @@ -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;