From 1e94d48bab22034f48a4f7846697b3d443476f30 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 21 Dec 2010 22:48:45 -0800 Subject: Remove (non-functional) shake-to-undo mechanism. --- MobileCydia.mm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MobileCydia.mm b/MobileCydia.mm index 9824346..3837d7b 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -8965,6 +8965,9 @@ static _finline void _setHomePage(Cydia *self) { _trace(); CydiaApp = self; + if ([self respondsToSelector:@selector(setApplicationSupportsShakeToEdit:)]) + [self setApplicationSupportsShakeToEdit:NO]; + [NSURLCache setSharedURLCache:[[[SDURLCache alloc] initWithMemoryCapacity:524288 diskCapacity:10485760 -- cgit v1.2.3