]> git.saurik.com Git - cydia.git/commitdiff
Remove incorrect positioning hack.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 4 Oct 2010 11:11:04 +0000 (04:11 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 4 Oct 2010 11:13:11 +0000 (04:13 -0700)
Cydia.mm

index 3afab9db3e9e6b93e73337ffb98f8e2edfccda39..b0a9e14782b82978d20210c10c0b9acdee9be164 100644 (file)
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -8611,7 +8611,6 @@ static _finline void _setHomePage(Cydia *self) {
     [container_ setUpdateDelegate:self];
     [container_ setTabBarController:tabbar_];
     [window_ addSubview:[container_ view]];
-    [[tabbar_ view] setFrame:CGRectMake(0, -20.0f, [window_ bounds].size.width, [window_ bounds].size.height)];
 
     [UIKeyboard initImplementationNow];