From 47ed8d362792fde5fafac66147e06361a46045e9 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sat, 9 Feb 2019 04:43:15 +0100 Subject: [PATCH] (iOS) Buildfix --- ui/drivers/cocoa/cocoa_common.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/drivers/cocoa/cocoa_common.h b/ui/drivers/cocoa/cocoa_common.h index 91565fa4b1..b66bd9991b 100644 --- a/ui/drivers/cocoa/cocoa_common.h +++ b/ui/drivers/cocoa/cocoa_common.h @@ -90,8 +90,7 @@ extern id apple_platform; @end #if TARGET_OS_IOS -@interface CocoaView : UIViewController< -AVCaptureAudioDataOutputSampleBufferDelegate> +@interface CocoaView : UIViewController #elif TARGET_OS_TV @interface CocoaView : GCEventViewController #endif