diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-09-02 21:31:28 +0800 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-09-02 22:05:17 +0800 |
commit | 336210d368813691731b96971407939f7d1319c1 (patch) | |
tree | 87f7909a0e79d8d4ba2b38b308865aff4625f0dc /libempathy-gtk/empathy-individual-menu.h | |
parent | a4a6f1b83dcf33c57c0fca1a7f68735df05f888e (diff) | |
download | gsoc2013-empathy-336210d368813691731b96971407939f7d1319c1.tar gsoc2013-empathy-336210d368813691731b96971407939f7d1319c1.tar.gz gsoc2013-empathy-336210d368813691731b96971407939f7d1319c1.tar.bz2 gsoc2013-empathy-336210d368813691731b96971407939f7d1319c1.tar.lz gsoc2013-empathy-336210d368813691731b96971407939f7d1319c1.tar.xz gsoc2013-empathy-336210d368813691731b96971407939f7d1319c1.tar.zst gsoc2013-empathy-336210d368813691731b96971407939f7d1319c1.zip |
Remove the “Add Contact…” menu entry from EmpathyIndividualMenu
It's never used, but is a CPU drain and can sometimes appear uninvited.
Diffstat (limited to 'libempathy-gtk/empathy-individual-menu.h')
-rw-r--r-- | libempathy-gtk/empathy-individual-menu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-individual-menu.h b/libempathy-gtk/empathy-individual-menu.h index 41eac601b..5b3d220df 100644 --- a/libempathy-gtk/empathy-individual-menu.h +++ b/libempathy-gtk/empathy-individual-menu.h @@ -67,7 +67,6 @@ GType empathy_individual_menu_get_type (void) G_GNUC_CONST; GtkWidget * empathy_individual_menu_new (FolksIndividual *individual, EmpathyIndividualFeatureFlags features); -GtkWidget * empathy_individual_add_menu_item_new (FolksIndividual *individual); GtkWidget * empathy_individual_chat_menu_item_new (FolksIndividual *individual, EmpathyContact *contact); GtkWidget * empathy_individual_audio_call_menu_item_new ( |