remove unused field from the tracker inspector tab; merge code for converting time into a string

This commit is contained in:
Mitchell Livingston
2008-02-22 15:29:20 +00:00
parent 6a8672009e
commit 2a1b14d238
8 changed files with 3218 additions and 3326 deletions

View File

@@ -35,6 +35,9 @@
+ (NSString *) stringForSpeedAbbrev: (float) speed;
+ (NSString *) stringForRatio: (float) ratio;
+ (NSString *) timeString: (uint64_t) seconds showSeconds: (BOOL) showSeconds;
+ (NSString *) timeString: (uint64_t) seconds showSeconds: (BOOL) showSeconds maxDigits: (NSUInteger) max;
- (NSComparisonResult) compareIP: (NSString *) string;
@end