mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 10:18:15 +09:00
LibGUI: remove empty TODO.
This commit is contained in:
parent
14d598fe7f
commit
d2b7500c65
Notes:
sideshowbarker
2024-07-18 21:10:48 +09:00
Author: https://github.com/ZikiFlicky 🔰
Commit: d2b7500c65
Pull-request: https://github.com/SerenityOS/serenity/pull/5902
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ public:
|
|||
return suggestion.completion;
|
||||
}
|
||||
if (index.column() == Column::Icon) {
|
||||
// TODO
|
||||
if (suggestion.language == GUI::AutocompleteProvider::Language::Cpp) {
|
||||
if (!s_cpp_identifier_icon) {
|
||||
s_cpp_identifier_icon = Gfx::Bitmap::load_from_file("/res/icons/16x16/completion/cpp-identifier.png");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue