]> git.saurik.com Git - cydia.git/commitdiff
Remove call to [UIKeyboard initImplementationNow] during startup: it costs 0.04s...
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 15 Nov 2010 22:37:07 +0000 (14:37 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 15 Nov 2010 22:40:27 +0000 (14:40 -0800)
MobileCydia.mm

index 2d861b140f197e5ce4164c62fd06497ea84d6f74..5517141b5aa4e1d5742945510d72bec734b9cd51 100644 (file)
@@ -8739,8 +8739,6 @@ static _finline void _setHomePage(Cydia *self) {
         return;
     }
 
-    [UIKeyboard initImplementationNow];
-
     [window_ setUserInteractionEnabled:NO];
 
     UIView *container = [[UIView alloc] init];