[gnome-builder/wip/chergert/clang] clang: ignore lazy init for icon



commit 64e3110389bad905262714006d0e9b581d2ec710
Author: Christian Hergert <chergert redhat com>
Date:   Wed May 2 12:15:50 2018 -0700

    clang: ignore lazy init for icon
    
    We'll always have done this before the item is visible.

 src/plugins/clang/ide-clang-completion-item.c | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/plugins/clang/ide-clang-completion-item.c b/src/plugins/clang/ide-clang-completion-item.c
index 555bbf6ed..961fa4623 100644
--- a/src/plugins/clang/ide-clang-completion-item.c
+++ b/src/plugins/clang/ide-clang-completion-item.c
@@ -381,8 +381,6 @@ ide_clang_completion_item_get_icon_name (GtkSourceCompletionProposal *proposal)
 
   g_assert (IDE_IS_CLANG_COMPLETION_ITEM (self));
 
-  ide_clang_completion_item_lazy_init (self);
-
   return self->icon_name;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]