mirror of
https://github.com/transmission/transmission
synced 2025-02-03 13:03:50 +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,8 +1565,6 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
|
||||||
- (void) changeAutoImport
|
- (void) changeAutoImport
|
||||||
{
|
{
|
||||||
[fAutoImportedNames removeAllObjects];
|
[fAutoImportedNames removeAllObjects];
|
||||||
|
|
||||||
if ([fDefaults boolForKey: @"AutoImport"])
|
|
||||||
[self checkAutoImportDirectory];
|
[self checkAutoImportDirectory];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue