From b6256fd0e48a3ec6769662ddfd1cadf4cf0b8d99 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 5 Dec 2011 15:17:46 +0100 Subject: Remove last traces of dummy certificate manager There was no implementation, so it was just polluting the codebase. In the future we probably want a non-optional implementation in the "Page details" section, using the soup/glib-network APIs. --- src/ephy-window.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/ephy-window.c') diff --git a/src/ephy-window.c b/src/ephy-window.c index d07bb3b1d..774629a22 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -176,11 +176,6 @@ static const GtkActionEntry ephy_menu_entries [] = { { "EditPersonalData", NULL, N_("P_ersonal Data"), NULL, N_("View and remove cookies and passwords"), G_CALLBACK (window_cmd_edit_personal_data) }, -#if 0 - { "EditCertificates", NULL, N_("Certificate_s"), NULL, - N_("Manage Certificates"), - G_CALLBACK (window_cmd_edit_certificates) }, -#endif { "EditPrefs", GTK_STOCK_PREFERENCES, N_("P_references"), NULL, N_("Configure the web browser"), G_CALLBACK (window_cmd_edit_prefs) }, @@ -3687,16 +3682,6 @@ ephy_window_constructor (GType type, g_warning ("Could not merge epiphany-ui.xml: %s", error->message); g_error_free (error); } -#if ENABLE_CERTIFICATE_MANAGER -{ - guint ui_id; - ui_id = gtk_ui_manager_new_merge_id (priv->manager); - gtk_ui_manager_add_ui (priv->manager, ui_id, - "/menubar/EditMenu/EditPersonalDataMenu", - "EditCertificates", "EditCertificates", - GTK_UI_MANAGER_MENUITEM, FALSE); -} -#endif /* Attach the CSS provider to the window */ css_file = g_file_new_for_path (ephy_file ("epiphany.css")); -- cgit v1.2.3