# HG changeset patch # User reimar # Date 1286633826 0 # Node ID 9a5340bb1f6993fd301d0331ce3863659f305dac # Parent 2bd1aae2b3c60a287cef451b46103c9741ceb561 Remove some commented-out and generally useless code. diff -r 2bd1aae2b3c6 -r 9a5340bb1f69 mplayer.c --- a/mplayer.c Sat Oct 09 13:35:16 2010 +0000 +++ b/mplayer.c Sat Oct 09 14:17:06 2010 +0000 @@ -2898,14 +2898,6 @@ free( mem_ptr ); // release the buffer created by get_path() } -#if 0 - if(video_codec_list){ - int i; - video_codec=video_codec_list[0]; - for(i=0;video_codec_list[i];i++) - mp_msg(MSGT_FIXME,MSGL_FIXME,"vc#%d: '%s'\n",i,video_codec_list[i]); - } -#endif if(audio_codec_list && strcmp(audio_codec_list[0],"help")==0){ mp_msg(MSGT_CPLAYER, MSGL_INFO, MSGTR_AvailableAudioCodecs); mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_AUDIO_CODECS\n");