diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-21 01:24:49 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-21 01:24:49 -0700 |
commit | 6057a4f0f6e2060b768c64382eafd6d2d500f11a (patch) | |
tree | 13649c478844bed5a466c490c3c5e301a00cd6ca /MobileCydia.mm | |
parent | 85106ebe9dbdfa8fcb70c1ce325b8cb4cade98b2 (diff) |
Remove useless -[HomeController didReceiveMemoryWarning].
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 6daaf5b..41cc4e7 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]); |