From: Jay Freeman (saurik) Date: Sat, 2 Apr 2011 05:51:59 +0000 (-0700) Subject: SourcesController does not need a pkgSourceList. X-Git-Tag: v1.1.2~11 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/3df46e741e620f87bf965cbef15b422189783f24 SourcesController does not need a pkgSourceList. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index fe43e500..1f2fcddc 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -8918,10 +8918,6 @@ static void HomeControllerReachabilityCallback(SCNetworkReachabilityRef reachabi @synchronized (database_) { era_ = [database_ era]; - pkgSourceList list; - if ([database_ popErrorWithTitle:UCLocalize("SOURCES") forOperation:list.ReadMainList()]) - return; - sources_ = [NSMutableArray arrayWithCapacity:16]; [sources_ addObjectsFromArray:[database_ sources]]; _trace();