summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2010-12-11 18:47:01 -0800
committerGrant Paul <chpwn@chpwn.com>2010-12-11 18:47:01 -0800
commit3fa7e9c42161ffd5f06f016ddc93845bd80d20b3 (patch)
tree9fff3e97bba894478950ddffd7c854140ea3ec06
parente7b68593234b4d0d1f9a411a4711646e9f1450a5 (diff)
remove obsolete methods left-over from UIViewController transition
-rw-r--r--MobileCydia.mm8
1 files changed, 0 insertions, 8 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index b955c08..6861e00 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -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;