mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Removed bogus commented out line
This commit is contained in:
parent
de84e8012e
commit
f7c075099b
@ -57,8 +57,6 @@ void FolderWatcherPrivate::startWatching()
|
||||
_folder.length());
|
||||
CFArrayRef pathsToWatch = CFStringCreateArrayBySeparatingStrings (NULL, folderCF, CFSTR(":"));
|
||||
|
||||
//CFStringCreateArrayBySeparatingStrings (NULL, folderCF, CFSTR(":"));
|
||||
|
||||
FSEventStreamContext ctx = {0, this, NULL, NULL, NULL};
|
||||
|
||||
// TODO: Add kFSEventStreamCreateFlagFileEvents ?
|
||||
|
||||
Loading…
Reference in New Issue
Block a user