From 2e401201adf562ae9824fc79e6834ca648b0b114 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 23 Nov 2015 16:54:53 +0100 Subject: vo: remove VOCTRL_GET_RECENT_FLIP_TIME It doesn't have any real purpose anymore. Up until now, it was still implemented by vo_wayland, but since we changed how the frame callbacks work, even that appears to be pointless. Originally, the plan was to somehow extend this mechanism to all backends and to magically fix frame scheduling, but since we can't hope for proper mechanisms even on wayland, this idea looks way less interesting. --- video/out/cocoa_common.m | 2 -- 1 file changed, 2 deletions(-) (limited to 'video/out/cocoa_common.m') diff --git a/video/out/cocoa_common.m b/video/out/cocoa_common.m index 022520665a..c316a09a04 100644 --- a/video/out/cocoa_common.m +++ b/video/out/cocoa_common.m @@ -796,8 +796,6 @@ static int vo_cocoa_control_async(struct vo *vo, int *events, int request, void case VOCTRL_CHECK_EVENTS: *events |= vo_cocoa_check_events(vo); return VO_TRUE; - case VOCTRL_GET_RECENT_FLIP_TIME: - return VO_FALSE; // unsupported, but avoid syncing with main thread } return VO_NOTIMPL; } -- cgit v1.2.3