Cosmetics: remove some commented code.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26753 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
eugeni 2008-05-12 20:40:42 +00:00
parent 27cdeb019d
commit 9440d4aaed
1 changed files with 0 additions and 5 deletions

View File

@ -3482,11 +3482,6 @@ if (mpctx->global_sub_size) {
dvdsub_id = demuxer_default_sub_track(mpctx->demuxer);
if (dvdsub_id >= 0)
mpctx->global_sub_pos = mpctx->global_sub_indices[SUB_SOURCE_DEMUX] + dvdsub_id;
/*
} else if (mpctx->global_sub_indices[SUB_SOURCE_DEMUX] >= 0) {
// if nothing else works, get subs from the demuxer.
mpctx->global_sub_pos = mpctx->global_sub_indices[SUB_SOURCE_DEMUX];
*/
}
// rather than duplicate code, use the SUB_SELECT handler to init the right one.
mpctx->global_sub_pos--;