]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-contact-list-store.c
Do not take show_groups in empathy_contact_list_store_new
[empathy.git] / libempathy-gtk / empathy-contact-list-store.c
index b430addd8aa1528a7e91581c0c38e22b1cf1b665..bd5e9bc5e95535e9c82abfcf5182d56e9a85cce4 100644 (file)
@@ -394,14 +394,12 @@ contact_list_store_set_property (GObject      *object,
 }
 
 EmpathyContactListStore *
-empathy_contact_list_store_new (EmpathyContactList *list_iface,
-                               gboolean            show_groups)
+empathy_contact_list_store_new (EmpathyContactList *list_iface)
 {
        g_return_val_if_fail (EMPATHY_IS_CONTACT_LIST (list_iface), NULL);
 
        return g_object_new (EMPATHY_TYPE_CONTACT_LIST_STORE,
                             "contact-list", list_iface,
-                            "show-groups", show_groups,
                             NULL);
 }