]> git.saurik.com Git - cydget.git/commitdiff
Remove unneccessary createAutomaticKeyboardIfNeeded.
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 30 Mar 2011 07:26:53 +0000 (07:26 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 30 Mar 2011 07:26:53 +0000 (07:26 +0000)
Tweak.mm

index f00d176619c0b9493fbb5a8d2ac23e34d117db49..0d501cc756e9ea3454fab29b067c803955b74559 100644 (file)
--- a/Tweak.mm
+++ b/Tweak.mm
@@ -89,7 +89,6 @@ static unsigned online_;
 @interface UIPeripheralHost : NSObject
 + (UIPeripheralHost *) sharedInstance;
 + (void) _releaseSharedInstance;
-- (void) createAutomaticKeyboardIfNeeded;
 @end
 
 MSClassHook(UIPeripheralHost)
@@ -105,7 +104,6 @@ MSClassHook(UIPeripheralHost)
         ++online_;
         UIKeyboardEnableAutomaticAppearance();
 
-        [[$UIPeripheralHost sharedInstance] createAutomaticKeyboardIfNeeded];
         [[UITextEffectsWindow sharedTextEffectsWindow] setWindowLevel:1000];
 
         [away enableLockScreenBundleWithName:plugin];