diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/addressbook-component.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c index beb7e0d314..7438576931 100644 --- a/addressbook/gui/component/addressbook-component.c +++ b/addressbook/gui/component/addressbook-component.c @@ -535,15 +535,6 @@ add_creatable_item (EvolutionShellComponent *shell_component, icon); - evolution_shell_component_add_user_creatable_item (shell_component, - id, - description, - menu_description, - tooltip, - "ldap-contacts", - menu_shortcut, - icon); - if (icon != NULL) gdk_pixbuf_unref (icon); g_free (icon_path); |