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; };