mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:37:43 +00:00
Screensaver: Remove outdated comment about NonnullPtrVector
This commit is contained in:
parent
f484952167
commit
b4022dc844
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// NonnullRefPtrVector doesn't allow us to quick_sort() it, because its operator[] returns T&.
|
|
||||||
Vector<NonnullRefPtr<Desktop::AppFile>> m_apps;
|
Vector<NonnullRefPtr<Desktop::AppFile>> m_apps;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue