From: Jay Freeman (saurik) Date: Thu, 2 Jul 2015 12:44:17 +0000 (-0700) Subject: Remove Settings (this concept is *entirely gone*). X-Git-Tag: v1.1.19~17 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/1601b9caddcf138866a1a6cff03dce31e3c8f68d?ds=inline Remove Settings (this concept is *entirely gone*). --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 1eb11cf9..0ca078f6 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -810,7 +810,6 @@ static CGColorSpaceRef space_; static NSDictionary *SectionMap_; static NSMutableDictionary *Metadata_; static _H Backgrounded_; -static _transient NSMutableDictionary *Settings_; static _transient NSMutableDictionary *Values_; static _transient NSMutableDictionary *Sections_; _H Sources_; @@ -10367,8 +10366,6 @@ int main(int argc, char *argv[]) { if (Metadata_ == NULL) Metadata_ = [NSMutableDictionary dictionaryWithCapacity:2]; else { - Settings_ = [Metadata_ objectForKey:@"Settings"]; - Values_ = [Metadata_ objectForKey:@"Values"]; Sections_ = [Metadata_ objectForKey:@"Sections"]; Sources_ = [Metadata_ objectForKey:@"Sources"];