From 1cb0379f76dc265b9d7d4940b54bb1842acc36cb Mon Sep 17 00:00:00 2001 From: TangoCash Date: Fri, 5 Nov 2021 11:25:19 +0100 Subject: [PATCH] remove unneeded delay Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/cf60e9ea8a93408feb4d0dfade0eefe9ced80cd6 Author: TangoCash Date: 2021-11-05 (Fri, 05 Nov 2021) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/movieplayer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/movieplayer.cpp b/src/gui/movieplayer.cpp index 1c2382fed..5ad9cbeb0 100644 --- a/src/gui/movieplayer.cpp +++ b/src/gui/movieplayer.cpp @@ -1674,7 +1674,6 @@ void CMoviePlayerGui::PlayFileLoop(void) updateLcd(show_playtime); } if (first_start) { - usleep(80000); callInfoViewer(); first_start = false; }