Remove redutant statements.

This commit is contained in:
Dzmitry Neviadomski
2021-01-18 05:52:38 +03:00
parent 18266e080e
commit e5bff86ae7
5 changed files with 43 additions and 69 deletions

View File

@@ -105,6 +105,7 @@
//set auto import
NSString * autoPath;
VDKQueue* x = [(Controller *)[NSApp delegate] fileWatcherQueue];
if ([fDefaults boolForKey: @"AutoImport"] && (autoPath = [fDefaults stringForKey: @"AutoImportDirectory"]))
[[(Controller *)[NSApp delegate] fileWatcherQueue] addPath: [autoPath stringByExpandingTildeInPath] notifyingAbout: VDKQueueNotifyAboutWrite];