summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-05-21 23:59:04 +0200
committerwm4 <wm4@nowhere>2013-05-23 00:54:46 +0200
commit3cae1b9fc96ff628bfdb16c47ca020bbcd16b680 (patch)
tree74a2d4858218c384870f54b62f9118e8575d4b59 /video
parent0e071892c3e55c18a7fcada44fabb527531f38cb (diff)
downloadmpv-3cae1b9fc96ff628bfdb16c47ca020bbcd16b680.tar.bz2
mpv-3cae1b9fc96ff628bfdb16c47ca020bbcd16b680.tar.xz
vo: remove unused callback
Diffstat (limited to 'video')
-rw-r--r--video/out/vo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index 3328ab2626..5df0f31fe4 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -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