From a3b25d9e9598d439c22b2d91f821c99c3e1ba8d0 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 30 Mar 2011 07:26:53 +0000 Subject: [PATCH] Remove unneccessary createAutomaticKeyboardIfNeeded. --- Tweak.mm | 2 -- 1 file changed, 2 deletions(-) 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]; -- 2.45.2