From db369b7c779cdd7307c9c5f1344e789c7d457476 Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Sat, 11 Dec 2010 18:47:01 -0800 Subject: [PATCH] remove obsolete methods left-over from UIViewController transition --- MobileCydia.mm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/MobileCydia.mm b/MobileCydia.mm index b955c08a..6861e002 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; -- 2.45.2