missed one

This commit is contained in:
Mitchell Livingston 2009-11-22 01:03:54 +00:00
parent 2b492cdb6e
commit a8fc8b7707
2 changed files with 0 additions and 6 deletions

View File

@ -192,7 +192,6 @@
- (uint64_t) downloadedTotal;
- (uint64_t) uploadedTotal;
- (uint64_t) failedHash;
- (CGFloat) swarmSpeed;
- (NSInteger) groupValue;
- (void) setGroupValue: (NSInteger) groupValue;

View File

@ -1180,11 +1180,6 @@ int trashDataFile(const char * filename)
return fStat->corruptEver;
}
- (CGFloat) swarmSpeed
{
return fStat->swarmSpeed;
}
- (NSInteger) groupValue
{
return fGroupValue;