diff options
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index 944bc10b5..edff73a3e 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -63,7 +63,6 @@ #define COMPOSING_STOP_TIMEOUT 5 struct _EmpathyChatPriv { - EmpathyContactManager *manager; EmpathyLogManager *log_manager; EmpathyTpChat *tp_chat; EmpathyChatWindow *window; @@ -234,7 +233,6 @@ empathy_chat_init (EmpathyChat *chat) priv = GET_PRIV (chat); - priv->manager = empathy_contact_manager_new (); priv->log_manager = empathy_log_manager_new (); priv->default_window_height = -1; priv->vscroll_visible = FALSE; @@ -299,7 +297,6 @@ chat_finalize (GObject *object) chat_composing_remove_timeout (chat); g_object_unref (chat->account); - g_object_unref (priv->manager); g_object_unref (priv->log_manager); if (priv->tp_chat) { |