]> git.saurik.com Git - cydia.git/commitdiff
remove obsolete methods left-over from UIViewController transition
authorGrant Paul <chpwn@chpwn.com>
Sun, 12 Dec 2010 02:47:01 +0000 (18:47 -0800)
committerGrant Paul <chpwn@chpwn.com>
Sun, 12 Dec 2010 02:47:01 +0000 (18:47 -0800)
MobileCydia.mm

index b955c08a1d7ac9f35dcf5886a5ba53e32e6ecc31..6861e00275c359f39eaa3f464bf7ee01ab969336 100644 (file)
@@ -8039,10 +8039,6 @@ static _finline void _setHomePage(Cydia *self) {
     return [tabbar_ updating];
 }
 
-- (UIView *) rotatingContentViewForWindow:(UIWindow *)window {
-    return window_;
-}
-
 - (void) _loaded {
     if ([broken_ count] != 0) {
         int count = [broken_ count];
@@ -8289,10 +8285,6 @@ static _finline void _setHomePage(Cydia *self) {
         _error->Discard();
 }
 
-- (CGRect) popUpBounds {
-    return [[tabbar_ view] bounds];
-}
-
 - (bool) perform {
     if (![database_ prepare])
         return false;