Screensaver: Remove outdated comment about NonnullPtrVector

This commit is contained in:
Andreas Kling 2023-03-06 18:04:51 +01:00
parent f484952167
commit b4022dc844
Notes: sideshowbarker 2024-07-17 03:18:29 +09:00

View file

@ -59,7 +59,6 @@ public:
}
private:
// NonnullRefPtrVector doesn't allow us to quick_sort() it, because its operator[] returns T&.
Vector<NonnullRefPtr<Desktop::AppFile>> m_apps;
};