mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
Remove redutant statements.
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user