diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-06-11 07:13:41 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-06-11 07:13:41 -0700 |
commit | c88974b1ca792a2599f8e5b583284363481c4bfe (patch) | |
tree | 6ca7952336415eddb27db6ffa3e33534f92e62aa | |
parent | ae8df6f4a3a018fef6f1687732d61076809ec5b4 (diff) |
Our app delegate doesn't implement these protocols.
-rw-r--r-- | MobileCydia.mm | 4 |
1 files changed, 1 insertions, 3 deletions
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<UIWindow> window_; _H<CydiaTabBarController> tabbar_; |