Mercurial > mplayer.hg
changeset 24148:0af335b90a68
Remove redundant variable declaration.
author | diego |
---|---|
date | Sat, 25 Aug 2007 12:19:16 +0000 |
parents | 2f9f0e7fe015 |
children | 35fcce39b121 |
files | libmpcodecs/dec_video.h |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/dec_video.h Sat Aug 25 12:12:31 2007 +0000 +++ b/libmpcodecs/dec_video.h Sat Aug 25 12:19:16 2007 +0000 @@ -1,7 +1,5 @@ // dec_video.c: -extern int video_read_properties(sh_video_t *sh_video); - extern void vfm_help(void); extern int init_best_video_codec(sh_video_t *sh_video,char** video_codec_list,char** video_fm_list);