mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
libtuxtxt: remove unused fd parameter from tuxtx_main()
Origin commit data
------------------
Commit: 418819e261
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-19 (Sun, 19 Feb 2017)
This commit is contained in:
committed by
Michael Liebmann
parent
caef43db36
commit
8c63d840c5
@@ -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)
|
||||
|
Reference in New Issue
Block a user