1
0
Fork 0
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:
Mitchell Livingston 2012-01-15 07:47:31 +00:00
parent 7228dddbc2
commit bdd9a157e7

View file

@ -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