From 8b6b84f36b00f06e6879db9c3bc9d171afa57cd7 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 12 Oct 2014 00:14:21 +0200 Subject: cocoa: remove usage of Objective-C categories Objective-C categories need special linker flags from the user when statically linking (-ObjC LDFLAG), so make everyone's life simpler and remove them. --- video/out/cocoa/window.m | 2 -- 1 file changed, 2 deletions(-) (limited to 'video/out/cocoa/window.m') diff --git a/video/out/cocoa/window.m b/video/out/cocoa/window.m index ece6246f34..8d3b507e27 100644 --- a/video/out/cocoa/window.m +++ b/video/out/cocoa/window.m @@ -21,8 +21,6 @@ #include "osdep/macosx_events.h" #include "osdep/macosx_compat.h" - -#include "video/out/cocoa/additions.h" #include "video/out/cocoa_common.h" #include "window.h" -- cgit v1.2.3