vo: remove unused callback

This commit is contained in:
wm4 2013-05-21 23:59:04 +02:00
parent 0e071892c3
commit 3cae1b9fc9
1 changed files with 0 additions and 1 deletions

View File

@ -175,7 +175,6 @@ struct vo_driver {
int (*control)(struct vo *vo, uint32_t request, void *data);
void (*draw_image)(struct vo *vo, struct mp_image *mpi);
void (*draw_image_pts)(struct vo *vo, struct mp_image *mpi, double pts);
/*
* Get extra frames from the VO, such as those added by VDPAU