remove unneeded function

This commit is contained in:
Mitchell Livingston
2006-12-26 22:33:02 +00:00
parent 82863e13b8
commit 469214cde4
3 changed files with 2 additions and 8 deletions

View File

@@ -953,8 +953,6 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
currentOrderValue = [torrent orderValue];
if ([lowestOrderValue compare: currentOrderValue] == NSOrderedDescending)
lowestOrderValue = currentOrderValue;
[torrent removeForever];
[fTorrents removeObject: torrent];
[fDisplayedTorrents removeObject: torrent];