diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2015-07-02 05:44:17 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2015-07-02 05:44:17 -0700 |
commit | 1601b9caddcf138866a1a6cff03dce31e3c8f68d (patch) | |
tree | 57716a424eb2836531f059d760572891b4271266 /MobileCydia.mm | |
parent | 7826a48caa6c5228db90aa90cbe0fe7df34ad72c (diff) |
Remove Settings (this concept is *entirely gone*).
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 1eb11cf..0ca078f 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -810,7 +810,6 @@ static CGColorSpaceRef space_; static NSDictionary *SectionMap_; static NSMutableDictionary *Metadata_; static _H<NSDate> Backgrounded_; -static _transient NSMutableDictionary *Settings_; static _transient NSMutableDictionary *Values_; static _transient NSMutableDictionary *Sections_; _H<NSMutableDictionary> 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"]; |