From 92c6734ace4ee8220b2099ff2389618d9cf5db89 Mon Sep 17 00:00:00 2001 From: gaaclarke <30870216+gaaclarke@users.noreply.github.com> Date: Mon, 17 Jun 2019 10:20:35 -0700 Subject: [PATCH] Removed an unused class definition for iOS code. (flutter/engine#9346) --- .../ios/framework/Source/FlutterAppDelegate_Internal.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/engine/src/flutter/shell/platform/darwin/ios/framework/Source/FlutterAppDelegate_Internal.h b/engine/src/flutter/shell/platform/darwin/ios/framework/Source/FlutterAppDelegate_Internal.h index 999e56c534a..6d9389fc759 100644 --- a/engine/src/flutter/shell/platform/darwin/ios/framework/Source/FlutterAppDelegate_Internal.h +++ b/engine/src/flutter/shell/platform/darwin/ios/framework/Source/FlutterAppDelegate_Internal.h @@ -10,9 +10,3 @@ @property(readonly, nonatomic) NSMutableDictionary* pluginPublications; @end - -@interface FlutterAppDelegateRegistrar : NSObject - -- (instancetype)initWithPlugin:(NSString*)pluginKey appDelegate:(FlutterAppDelegate*)delegate; - -@end