From 775656eb1d8e5daaabc8e0861738c7ee06d658bc Mon Sep 17 00:00:00 2001 From: David Rowe Date: Thu, 16 Jun 2016 08:48:30 +1200 Subject: [PATCH] Delete comment --- libraries/ui/src/FileDialogHelper.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/ui/src/FileDialogHelper.cpp b/libraries/ui/src/FileDialogHelper.cpp index 9840e55927..c9a8953f01 100644 --- a/libraries/ui/src/FileDialogHelper.cpp +++ b/libraries/ui/src/FileDialogHelper.cpp @@ -95,8 +95,6 @@ bool FileDialogHelper::urlIsWritable(const QUrl& url) { // No file, get the parent directory and check if writable return QFileInfo(fileInfo.absoluteDir().absolutePath()).isWritable(); - // Note: Does not correctly detect on Windows that the OS drive root (i.e., C:/) cannot be written to. This even if turn on - // NTFS permissions checking. } QStringList FileDialogHelper::drives() {