mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-15 09:07:41 +00:00
We don't need a wrapper Function object that just forwards the timer callback to the scheduler tick function. It already has the same signature, so we can just plug it in directly. :^) Same with the clock updating function.