From: Jay Freeman (saurik) Date: Mon, 21 Mar 2011 08:24:49 +0000 (-0700) Subject: Remove useless -[HomeController didReceiveMemoryWarning]. X-Git-Tag: v1.1.0%rc1~59 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/6057a4f0f6e2060b768c64382eafd6d2d500f11a Remove useless -[HomeController didReceiveMemoryWarning]. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 6daaf5b8..41cc4e78 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -6514,9 +6514,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { return [NSURL URLWithString:@"cydia://home"]; } -- (void) didReceiveMemoryWarning { -} - - (void) aboutButtonClicked { UIAlertView *alert([[[UIAlertView alloc] init] autorelease]);