changeset 32382:9a5340bb1f69

Remove some commented-out and generally useless code.
author reimar
date Sat, 09 Oct 2010 14:17:06 +0000
parents 2bd1aae2b3c6
children f6e78eef2e1b
files mplayer.c
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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");