libtuxtxt: remove unused fd parameter from tuxtx_main()

This commit is contained in:
Stefan Seyfried
2017-02-19 11:52:37 +01:00
committed by M. Liebmann
parent f94f960e85
commit 418819e261
5 changed files with 7 additions and 7 deletions

View File

@@ -1595,7 +1595,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)