From be91020d0bb8b98929fd07761d0ed0e8e4cb8d64 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 6 Mar 2023 18:05:38 +0100 Subject: [PATCH] Settings: Remove outdated comment about NonnullPtrVector --- Userland/Applications/Settings/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Userland/Applications/Settings/main.cpp b/Userland/Applications/Settings/main.cpp index 95bbac5c61..1d11727c05 100644 --- a/Userland/Applications/Settings/main.cpp +++ b/Userland/Applications/Settings/main.cpp @@ -75,7 +75,6 @@ public: } private: - // NonnullRefPtrVector doesn't allow us to quick_sort() it, because its operator[] returns T&. Vector> m_apps; };