From 4e47935026ff175a7b1db931ac6263a2f34fd0fa Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 2 Jul 2015 07:01:23 -0700 Subject: Put var/lib/cydia/metadata.plist in CFPreferences. --- Sources.mm | 2 -- 1 file changed, 2 deletions(-) (limited to 'Sources.mm') diff --git a/Sources.mm b/Sources.mm index 372aa1e..790dd1b 100644 --- a/Sources.mm +++ b/Sources.mm @@ -28,7 +28,6 @@ #include "Sources.h" extern _H Sources_; -extern bool Changed_; void CydiaWriteSources() { unlink(SOURCES_LIST); @@ -56,7 +55,6 @@ void CydiaWriteSources() { void CydiaAddSource(NSDictionary *source) { [Sources_ setObject:source forKey:[NSString stringWithFormat:@"%@:%@:%@", [source objectForKey:@"Type"], [source objectForKey:@"URI"], [source objectForKey:@"Distribution"]]]; - Changed_ = true; } void CydiaAddSource(NSString *href, NSString *distribution, NSArray *sections) { -- cgit v1.2.3