From 01e02a165d271a155a4af0e79dd94c210b584cfa Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Tue, 14 Dec 2010 16:38:19 +0000 Subject: main-window: don't use _full functions where not necessary Signed-off-by: Jonny Lamb --- src/empathy-main-window.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/empathy-main-window.c') diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index d1dfc2942..6907a12ef 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -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, -- cgit v1.2.3