mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
libtuxtxt: remove unused fd parameter from tuxtx_main()
This commit is contained in:
@@ -1620,7 +1620,7 @@ void CMoviePlayerGui::PlayFileLoop(void)
|
||||
else {
|
||||
if (g_settings.cacheTXT)
|
||||
tuxtxt_stop();
|
||||
tuxtx_main(g_RCInput->getFileHandle(), g_RemoteControl->current_PIDs.PIDs.vtxtpid, 0, 2);
|
||||
tuxtx_main(g_RemoteControl->current_PIDs.PIDs.vtxtpid, 0, 2);
|
||||
frameBuffer->paintBackground();
|
||||
}
|
||||
if (restore)
|
||||
|
Reference in New Issue
Block a user