mirror of
https://github.com/transmission/transmission.git
synced 2025-12-23 20:08:43 +00:00
remove unneeded function
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user