From 3af8594e436d5c88e531fcd6f36a1d81b20b133e Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 19 Oct 2010 16:20:06 +0200 Subject: empathy.c: stop instantiating the chat manager --- src/empathy.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/empathy.c') diff --git a/src/empathy.c b/src/empathy.c index aa4610622..6e47af2de 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -63,7 +63,6 @@ #include "empathy-main-window.h" #include "empathy-accounts-common.h" #include "empathy-accounts-dialog.h" -#include "empathy-chat-manager.h" #include "empathy-status-icon.h" #include "empathy-ft-manager.h" @@ -114,7 +113,6 @@ struct _EmpathyApp EmpathyFTFactory *ft_factory; EmpathyIdle *idle; EmpathyConnectivity *connectivity; - EmpathyChatManager *chat_manager; GSettings *gsettings; #ifdef HAVE_GEOCLUE EmpathyLocationManager *location_manager; @@ -143,7 +141,6 @@ empathy_app_dispose (GObject *object) tp_clear_object (&self->debug_sender); #endif - tp_clear_object (&self->chat_manager); tp_clear_object (&self->idle); tp_clear_object (&self->connectivity); tp_clear_object (&self->icon); @@ -603,9 +600,6 @@ empathy_app_constructed (GObject *object) self->icon = empathy_status_icon_new (GTK_WINDOW (self->window), self->start_hidden); - /* Chat manager */ - self->chat_manager = empathy_chat_manager_dup_singleton (); - /* Logging */ self->log_manager = tpl_log_manager_dup_singleton (); -- cgit v1.2.3