From 4c533fbb16b99c4b28fbd968d81bb0b44e3084b5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 27 Jul 2014 21:53:29 +0200 Subject: vo: remove vo_mouse_movement() wrapper So that VO backends don't have to access the VO just for that. --- video/out/vo.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'video/out/vo.h') diff --git a/video/out/vo.h b/video/out/vo.h index cc1fd6c23a..409ee926dc 100644 --- a/video/out/vo.h +++ b/video/out/vo.h @@ -293,9 +293,6 @@ struct mp_keymap { }; int lookup_keymap_table(const struct mp_keymap *map, int key); -void vo_mouse_movement(struct vo *vo, int posx, int posy); -void vo_drop_files(struct vo *vo, int num_files, char **files); - struct mp_osd_res; void vo_get_src_dst_rects(struct vo *vo, struct mp_rect *out_src, struct mp_rect *out_dst, struct mp_osd_res *out_osd); -- cgit v1.2.3