mirror of
https://github.com/transmission/transmission
synced 2025-02-03 04:53:27 +00:00
remove redundant method call
This commit is contained in:
parent
fcbd87177e
commit
7750ecfb51
1 changed files with 1 additions and 3 deletions
|
@ -1565,9 +1565,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
|
|||
- (void) changeAutoImport
|
||||
{
|
||||
[fAutoImportedNames removeAllObjects];
|
||||
|
||||
if ([fDefaults boolForKey: @"AutoImport"])
|
||||
[self checkAutoImportDirectory];
|
||||
[self checkAutoImportDirectory];
|
||||
}
|
||||
|
||||
- (void) checkAutoImportDirectory
|
||||
|
|
Loading…
Reference in a new issue