diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-15 09:09:47 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 08:21:41 +0000 |
commit | df86a2c8189742f00ba09e75b77b6f0cc7eb1824 (patch) | |
tree | 69fb19a5e0f5690bed775219b3b6f682929770c0 /Cydia.mm | |
parent | b46737032fdf79efd25b8bb022af6e9f1181ff61 (diff) |
Remove Disk Using/Freeing.
Diffstat (limited to 'Cydia.mm')
-rw-r--r-- | Cydia.mm | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4138,7 +4138,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { sizes_ = [[NSArray alloc] initWithObjects: SizeString([database_ fetcher].FetchNeeded()), SizeString([database_ fetcher].PartialPresent()), - SizeString([database_ cache]->UsrSize()), nil]; [self loadURL:[NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"confirm" ofType:@"html"]]]; |