diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-20 14:56:34 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-20 14:56:34 -0700 |
commit | 48bf8ba4bd4580abae22b93f77e12e22d3ba81d6 (patch) | |
tree | 7ec4a1214eb874319699667278cae6ed2d2653a6 | |
parent | 00bf644abaa06ae96857dbde42485006f4c1dc7e (diff) |
Remove obsolete cydiaSource attributeKey.
-rw-r--r-- | MobileCydia.mm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 847a269..0352e89 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -3953,7 +3953,6 @@ static _H<NSMutableSet> Diversions_; + (NSArray *) _attributeKeys { return [NSArray arrayWithObjects: @"bbsnum", - @"cydiaSource", @"device", @"ecid", @"firmware", |