mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
libtuxtxt: remove unused fd parameter from tuxtx_main()
This commit is contained in:
committed by
M. Liebmann
parent
f94f960e85
commit
418819e261
@@ -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)
|
||||
|
Reference in New Issue
Block a user