summaryrefslogtreecommitdiffstats
path: root/video/out/cocoa_common.m
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/cocoa_common.m')
-rw-r--r--video/out/cocoa_common.m2
1 files changed, 0 insertions, 2 deletions
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;
}