summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-07 22:33:29 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-08 01:50:59 -0800
commitd9fc1d3713a7d40d51ffd8db08b7045fa5a263d1 (patch)
treecf7483c6d5a48fc17189e1f30e1c7fa5615eca93 /MobileCydia.mm
parent18169cfd9bd3118f4c7c3b214482c912509288be (diff)
Post CydiaReloadData events, don't actually reload the page.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r--MobileCydia.mm5
1 files changed, 0 insertions, 5 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index e29da57..164d249 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -6136,11 +6136,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
] autorelease];
}
-- (void) unloadData {
- [super unloadData];
- [self reloadData];
-}
-
@end
/* }}} */
/* Manage Controller {{{ */