From 7475ee0803d19e18d8e3e4ab1f054a17148ea181 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 23 Jan 2022 23:48:47 +0100 Subject: [PATCH] Revert "movieplayer: add send message CRCInput::RC_info on changed position" This reverts commit 59c6a6449988ebd6d8949e17b223e939f1c58b53. Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/8a11a9b3ed18ab204c63a6b58fbde56f2234dd4c Author: vanhofen Date: 2022-01-23 (Sun, 23 Jan 2022) ------------------ This commit was generated by Migit --- src/gui/movieplayer.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gui/movieplayer.cpp b/src/gui/movieplayer.cpp index 12cecde8e..2d68f73fb 100644 --- a/src/gui/movieplayer.cpp +++ b/src/gui/movieplayer.cpp @@ -1613,10 +1613,6 @@ bool CMoviePlayerGui::SetPosition(int pos, bool absolute) playback->SetSpeed(speed); } FileTimeOSD_tmp = 0; - - if (res) - g_RCInput->postMsg(CRCInput::RC_info, 0); - return res; }