remove redundant method call

This commit is contained in:
Mitchell Livingston 2006-10-16 03:17:25 +00:00
parent fcbd87177e
commit 7750ecfb51
1 changed files with 1 additions and 3 deletions

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