- movieplayer: remove obsolete playback->SetTeletextPid() call

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2017-12-27 00:49:34 +01:00
committed by Thilo Graf
parent 30e4c575c3
commit 2a2872fcd6

View File

@@ -1342,7 +1342,6 @@ bool CMoviePlayerGui::PlayFileStart(void)
#if 0
clearSubtitle();
#endif
playback->SetTeletextPid(-1);
printf("IS FILE PLAYER: %s\n", is_file_player ? "true": "false" );
playback->Open(is_file_player ? PLAYMODE_FILE : PLAYMODE_TS);