From: Jay Freeman (saurik) Date: Wed, 11 Jun 2014 14:13:41 +0000 (-0700) Subject: Our app delegate doesn't implement these protocols. X-Git-Tag: v1.1.10~16 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/c88974b1ca792a2599f8e5b583284363481c4bfe?ds=inline Our app delegate doesn't implement these protocols. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 44fbac0d..fef73c6a 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_;