From aa40c23a25687eb1914c7c36a7269f62de1c4040 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 27 Oct 2021 17:38:15 +0200 Subject: Use a blank line at most --- sendto/plugins/gajim/gajim.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sendto/plugins/gajim/gajim.c') diff --git a/sendto/plugins/gajim/gajim.c b/sendto/plugins/gajim/gajim.c index 303f4ab..d80c50a 100644 --- a/sendto/plugins/gajim/gajim.c +++ b/sendto/plugins/gajim/gajim.c @@ -270,7 +270,6 @@ init (NstPlugin *plugin) return TRUE; } - static void _set_pixbuf_from_status (const gchar *show, GdkPixbuf **pixbuf) { @@ -368,7 +367,6 @@ get_contacts_widget (NstPlugin *plugin) gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (completion), renderer, "pixbuf", 0, NULL); - store = gtk_list_store_new (2, GDK_TYPE_PIXBUF, G_TYPE_STRING); if(!add_gajim_contacts_to_model (store)) { gtk_widget_set_sensitive(entry, FALSE); -- cgit v1.2.1