libtuxtxt: remove unused fd parameter from tuxtx_main()

This commit is contained in:
Stefan Seyfried
2017-02-19 11:52:37 +01:00
parent b10cd6a973
commit eb3fa7f2af
5 changed files with 7 additions and 7 deletions

View File

@@ -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)