# HG changeset patch # User diego # Date 1188044356 0 # Node ID 0af335b90a68d6292866709f1fe28d28144469a5 # Parent 2f9f0e7fe015b4d68dec6e1447d4df51dcf8d0b7 Remove redundant variable declaration. diff -r 2f9f0e7fe015 -r 0af335b90a68 libmpcodecs/dec_video.h --- 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);