From 8d7f5af91ae603ddfbddc0f926eed23cee2c1024 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 20 Mar 2011 03:59:02 -0700 Subject: Remove setCydiaSource(). --- Sources.mm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Sources.mm') diff --git a/Sources.mm b/Sources.mm index 79ae3d4..6073622 100644 --- a/Sources.mm +++ b/Sources.mm @@ -44,7 +44,6 @@ #include extern _H Sources_; -extern _H CydiaSource_; extern _H System_; extern bool Changed_; @@ -56,10 +55,7 @@ void CydiaWriteSources() { if (System_ != nil) distribution = [distribution stringByAppendingString:[NSString stringWithFormat:@"/%@", (id) System_]]; - fprintf(file, "deb http://%s/ %s main\n", - [CydiaSource_ UTF8String], - [distribution UTF8String] - ); + fprintf(file, "deb http://apt.saurik.com/ %s main\n", [distribution UTF8String]); for (NSString *key in [Sources_ allKeys]) { NSDictionary *source([Sources_ objectForKey:key]); -- cgit v1.2.3