From 23de1deaaaace05bb9504567a852ac66e76a1ad1 Mon Sep 17 00:00:00 2001 From: der richter Date: Thu, 9 Nov 2023 18:57:41 +0100 Subject: mac: remove runtime checks and compatibility for macOS older than 10.15 we stopped supporting macOS older than 10.15 and hence can remove all the unnecessary runtime checks and compatibility layers. --- video/out/cocoa/video_view.m | 1 - 1 file changed, 1 deletion(-) (limited to 'video/out/cocoa/video_view.m') diff --git a/video/out/cocoa/video_view.m b/video/out/cocoa/video_view.m index c0457d2a95..18ad69fcb4 100644 --- a/video/out/cocoa/video_view.m +++ b/video/out/cocoa/video_view.m @@ -15,7 +15,6 @@ * License along with mpv. If not, see . */ -#include "osdep/macosx_compat.h" #include "video/out/cocoa_common.h" #include "video_view.h" -- cgit v1.2.3