1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:28:12 +00:00

LibGUI: remove empty TODO.

This commit is contained in:
Yuval Tasher 2021-03-21 23:10:05 +02:00 committed by Andreas Kling
parent 14d598fe7f
commit d2b7500c65

View file

@ -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");