# HG changeset patch # User diego # Date 1286113529 0 # Node ID eff60552602b733120be2318cf51436f8e034c89 # Parent 55ed873026662249c9bfd400a99ac1bbf0600220 Remove some dead and commented-out variable declarations and assignments. diff -r 55ed87302666 -r eff60552602b mplayer.c --- a/mplayer.c Sun Oct 03 12:14:21 2010 +0000 +++ b/mplayer.c Sun Oct 03 13:45:29 2010 +0000 @@ -296,7 +296,6 @@ float sub_fps=0; int sub_auto = 1; char *vobsub_name=NULL; -/*DSP!!char *dsp=NULL;*/ int subcc_enabled=0; int suboverlap_enabled = 1; @@ -2741,9 +2740,6 @@ /* Flag indicating whether MPlayer should exit without playing anything. */ int opt_exit = 0; - -//float a_frame=0; // Audio - int i; int gui_no_filename=0; @@ -3539,8 +3535,6 @@ current_module="demux_open2"; -//file_format=demuxer->file_format; - mpctx->d_audio=mpctx->demuxer->audio; mpctx->d_video=mpctx->demuxer->video; mpctx->d_sub=mpctx->demuxer->sub; @@ -3732,10 +3726,6 @@ if(verbose) term_osd = 0; { -//int frame_corr_num=0; // -//float v_frame=0; // Video -//float num_frames=0; // number of frames played - int frame_time_remaining=0; // flag int blit_frame=0; mpctx->num_buffered_frames=0;