aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2011-12-05 22:17:46 +0800
committerXan Lopez <xan@igalia.com>2011-12-05 22:17:46 +0800
commitb6256fd0e48a3ec6769662ddfd1cadf4cf0b8d99 (patch)
treed9f1765af254c780c7f25d3345187893329fae90 /src/ephy-window.c
parent142d053dd3d7e6155c8f4891620178474469c42e (diff)
downloadgsoc2013-epiphany-b6256fd0e48a3ec6769662ddfd1cadf4cf0b8d99.tar
gsoc2013-epiphany-b6256fd0e48a3ec6769662ddfd1cadf4cf0b8d99.tar.gz
gsoc2013-epiphany-b6256fd0e48a3ec6769662ddfd1cadf4cf0b8d99.tar.bz2
gsoc2013-epiphany-b6256fd0e48a3ec6769662ddfd1cadf4cf0b8d99.tar.lz
gsoc2013-epiphany-b6256fd0e48a3ec6769662ddfd1cadf4cf0b8d99.tar.xz
gsoc2013-epiphany-b6256fd0e48a3ec6769662ddfd1cadf4cf0b8d99.tar.zst
gsoc2013-epiphany-b6256fd0e48a3ec6769662ddfd1cadf4cf0b8d99.zip
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.
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r--src/ephy-window.c15
1 files changed, 0 insertions, 15 deletions
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"));