From: Jay Freeman (saurik) Date: Wed, 30 Mar 2011 07:26:53 +0000 (+0000) Subject: Remove unneccessary createAutomaticKeyboardIfNeeded. X-Git-Tag: v0.9.4000~7 X-Git-Url: https://git.saurik.com/cydget.git/commitdiff_plain/a3b25d9e9598d439c22b2d91f821c99c3e1ba8d0?ds=inline Remove unneccessary createAutomaticKeyboardIfNeeded. --- diff --git a/Tweak.mm b/Tweak.mm index f00d176..0d501cc 100644 --- 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];