diff --git a/sflphone-client-gnome/src/contacts/calltree.c b/sflphone-client-gnome/src/contacts/calltree.c
index bd480229c6e80a3816f9b10f1c8e0ab29e266d24..e46d8e077190ee90a1231028d36872b1ba5f44fd 100644
--- a/sflphone-client-gnome/src/contacts/calltree.c
+++ b/sflphone-client-gnome/src/contacts/calltree.c
@@ -851,8 +851,6 @@ void calltree_add_history_entry (callable_obj_t * c)
 			WARN("History - Should not happen!");
 	}
 
-	pixbuf_security = gdk_pixbuf_new_from_file(ICONS_DIR "/incoming.svg", NULL);
-
 	date = get_formatted_start_timestamp (c);
 	duration = get_call_duration (c);
 	duration = g_strconcat( date , duration , NULL);