Removed bogus commented out line

This commit is contained in:
Denis Dzyubenko 2014-02-17 22:35:28 +01:00
parent de84e8012e
commit f7c075099b

View File

@ -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 ?