From 3df46e741e620f87bf965cbef15b422189783f24 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Fri, 1 Apr 2011 22:51:59 -0700 Subject: [PATCH] SourcesController does not need a pkgSourceList. --- MobileCydia.mm | 4 ---- 1 file changed, 4 deletions(-) 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(); -- 2.45.2