From 182801b8d7e82f01245847c9f0cbea659f99711e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 11 Jun 2021 20:56:33 -0600 Subject: [PATCH] complete manual reversion of 7bce9899c00b --- libs/pbd/pbd/timing.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libs/pbd/pbd/timing.h b/libs/pbd/pbd/timing.h index 508b75d8c7..7f9f26d0e3 100644 --- a/libs/pbd/pbd/timing.h +++ b/libs/pbd/pbd/timing.h @@ -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 (); }