]> git.0d.be Git - empathy.git/commitdiff
main-window: don't use _full functions where not necessary
authorJonny Lamb <jonnylamb@gnome.org>
Tue, 14 Dec 2010 16:38:19 +0000 (16:38 +0000)
committerJonny Lamb <jonnylamb@gnome.org>
Tue, 14 Dec 2010 16:38:19 +0000 (16:38 +0000)
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
src/empathy-main-window.c

index d1dfc29428e6f1a86e3f16374e6955b9f492cec8..6907a12ef703e9c9e7a3dadb876a19d03116f460 100644 (file)
@@ -1807,10 +1807,7 @@ empathy_main_window_init (EmpathyMainWindow *window)
                                              g_object_unref,
                                              NULL);
 
-       priv->auths = g_hash_table_new_full (g_direct_hash,
-                                            g_direct_equal,
-                                            NULL,
-                                            NULL);
+       priv->auths = g_hash_table_new (NULL, NULL);
 
        priv->status_changed_handlers = g_hash_table_new_full (g_direct_hash,
                                                               g_direct_equal,