From 1601b9caddcf138866a1a6cff03dce31e3c8f68d Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 2 Jul 2015 05:44:17 -0700 Subject: [PATCH] Remove Settings (this concept is *entirely gone*). --- MobileCydia.mm | 3 --- 1 file changed, 3 deletions(-) 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"]; -- 2.45.2