Remove commented-out cruft line.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30703 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-02-22 14:02:18 +00:00
parent e59081d121
commit 50e3d811db
1 changed files with 0 additions and 1 deletions

View File

@ -251,7 +251,6 @@ static int vf_open(vf_instance_t *vf, char *args){
vf->priv=calloc(1, sizeof(struct vf_priv_s));
vf->priv->vo = (const vo_functions_t *)args;
if(!video_out) return 0; // no vo ?
// if(video_out->preinit(args)) return 0; // preinit failed
return 1;
}