mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 07:17:35 +00:00
LibGUI: remove empty TODO.
This commit is contained in:
parent
14d598fe7f
commit
d2b7500c65
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ public:
|
||||||
return suggestion.completion;
|
return suggestion.completion;
|
||||||
}
|
}
|
||||||
if (index.column() == Column::Icon) {
|
if (index.column() == Column::Icon) {
|
||||||
// TODO
|
|
||||||
if (suggestion.language == GUI::AutocompleteProvider::Language::Cpp) {
|
if (suggestion.language == GUI::AutocompleteProvider::Language::Cpp) {
|
||||||
if (!s_cpp_identifier_icon) {
|
if (!s_cpp_identifier_icon) {
|
||||||
s_cpp_identifier_icon = Gfx::Bitmap::load_from_file("/res/icons/16x16/completion/cpp-identifier.png");
|
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