diff --git a/src/project/internal/platform/windows/windowsrecentfilescontroller.cpp b/src/project/internal/platform/windows/windowsrecentfilescontroller.cpp index 0dac71ab55..0a818d991e 100644 --- a/src/project/internal/platform/windows/windowsrecentfilescontroller.cpp +++ b/src/project/internal/platform/windows/windowsrecentfilescontroller.cpp @@ -34,7 +34,4 @@ void WindowsRecentFilesController::addRecentFile(const io::path& path) void WindowsRecentFilesController::clearRecentFiles() { - // The "docs" seem to say that this should clear the recent files list - // But in practice it's not sure if that's the case - SHAddToRecentDocs(0, NULL); }