1
0
Fork 0
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:
Mitchell Livingston 2006-10-16 03:17:25 +00:00
parent fcbd87177e
commit 7750ecfb51

View file

@ -1565,9 +1565,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
- (void) changeAutoImport - (void) changeAutoImport
{ {
[fAutoImportedNames removeAllObjects]; [fAutoImportedNames removeAllObjects];
[self checkAutoImportDirectory];
if ([fDefaults boolForKey: @"AutoImport"])
[self checkAutoImportDirectory];
} }
- (void) checkAutoImportDirectory - (void) checkAutoImportDirectory