Revert "movieplayer: add send message CRCInput::RC_info on changed position"

This reverts commit 59c6a64499.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8a11a9b3ed
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-01-23 (Sun, 23 Jan 2022)



------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2022-01-23 23:48:47 +01:00
parent 822605f6e2
commit 7475ee0803

View File

@@ -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;
}