diff options
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index a92298cfa..295615413 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -3250,12 +3250,6 @@ empathy_chat_get_contact_menu (EmpathyChat *chat) EMPATHY_CONTACT_FEATURE_LOG | EMPATHY_CONTACT_FEATURE_INFO); } - else if (priv->contact_list_view) { - EmpathyContactListView *view; - - view = EMPATHY_CONTACT_LIST_VIEW (priv->contact_list_view); - menu = empathy_contact_list_view_get_contact_menu (view); - } return menu; } |