From c88974b1ca792a2599f8e5b583284363481c4bfe Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 11 Jun 2014 07:13:41 -0700 Subject: Our app delegate doesn't implement these protocols. --- MobileCydia.mm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'MobileCydia.mm') diff --git a/MobileCydia.mm b/MobileCydia.mm index 44fbac0..fef73c6 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -8819,9 +8819,7 @@ static void HomeControllerReachabilityCallback(SCNetworkReachabilityRef reachabi @interface Cydia : UIApplication < ConfirmationControllerDelegate, DatabaseDelegate, - CydiaDelegate, - UINavigationControllerDelegate, - UITabBarControllerDelegate + CydiaDelegate > { _H window_; _H tabbar_; -- cgit v1.2.3