mirror of
https://github.com/transmission/transmission
synced 2024-12-25 17:17:31 +00:00
remove an extraneous endUpdates call
This commit is contained in:
parent
7228dddbc2
commit
bdd9a157e7
1 changed files with 0 additions and 3 deletions
|
@ -1908,9 +1908,6 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
|
||||||
[fTableView selectValues: selectedValues];
|
[fTableView selectValues: selectedValues];
|
||||||
|
|
||||||
[fTableView setNeedsDisplay: YES];
|
[fTableView setNeedsDisplay: YES];
|
||||||
|
|
||||||
if (onLion)
|
|
||||||
[fTableView endUpdates];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) sortTorrentsCallUpdates: (BOOL) callUpdates includeQueueOrder: (BOOL) includeQueueOrder
|
- (void) sortTorrentsCallUpdates: (BOOL) callUpdates includeQueueOrder: (BOOL) includeQueueOrder
|
||||||
|
|
Loading…
Reference in a new issue