diff --git a/src/clock.cpp b/src/clock.cpp index 21d5ce0f..9a7474e6 100644 --- a/src/clock.cpp +++ b/src/clock.cpp @@ -111,8 +111,6 @@ void Clock::Update() myPlaylist->SwitchTo(); static timeval past = { 0, 0 }; - if (Global::Timer.tv_sec <= past.tv_sec) - return; gettimeofday(&past, 0); tm *time = localtime(&past.tv_sec);