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 (); }