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:
Stefan Seyfried
2017-02-19 11:52:37 +01:00
committed by Michael Liebmann
parent caef43db36
commit 8c63d840c5
5 changed files with 7 additions and 7 deletions

View File

@@ -2538,7 +2538,7 @@ void CNeutrinoApp::RealRun()
StopSubtitles();
tuxtx_stop_subtitle();
tuxtx_main(g_RCInput->getFileHandle(), g_RemoteControl->current_PIDs.PIDs.vtxtpid);
tuxtx_main(g_RemoteControl->current_PIDs.PIDs.vtxtpid);
frameBuffer->paintBackground();
//if(!g_settings.cacheTXT)