remove unnecessary call for file stats

This commit is contained in:
Mitchell Livingston
2007-09-21 15:16:18 +00:00
parent 980a7bda9a
commit a695e70a45

View File

@@ -314,8 +314,6 @@
[fFiles release];
fFiles = [[torrent fileList] retain];
[self updateInfoFiles];
int fileCount = [torrent fileCount];
if (fileCount != 1)
[fFileTableStatusField setStringValue: [NSString stringWithFormat: NSLocalizedString(@"%d files total",