Remove redundant variable declaration.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24168 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-08-25 12:19:16 +00:00
parent a0c2348a70
commit 5dc65565ca
1 changed files with 0 additions and 2 deletions

View File

@ -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);