mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
libtuxtxt: remove unused fd parameter from tuxtx_main()
This commit is contained in:
committed by
M. Liebmann
parent
f94f960e85
commit
418819e261
@@ -362,7 +362,7 @@ printf("CSubtitleChangeExec::exec: TTX, pid %x page %x lang %s\n", pid, page, pt
|
||||
tuxtx_stop_subtitle();
|
||||
tuxtx_set_pid(pid, page, ptr);
|
||||
dvbsub_stop();
|
||||
tuxtx_main(g_RCInput->getFileHandle(), pid, page);
|
||||
tuxtx_main(pid, page);
|
||||
}
|
||||
return menu_return::RETURN_EXIT;
|
||||
}
|
||||
|
Reference in New Issue
Block a user