aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-web-view.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-03-15 18:18:39 +0800
committerXan Lopez <xan@igalia.com>2012-03-15 18:18:39 +0800
commit82dadc0a5ca5f0155e021fcfacd815c099673e17 (patch)
tree62ec428968c392ec2ca2d3b25a4ed475a5c1f5a8 /embed/ephy-web-view.c
parent7d2c1aa65348b4cd816a3506c9534163b1dcf8e5 (diff)
downloadgsoc2013-epiphany-82dadc0a5ca5f0155e021fcfacd815c099673e17.tar.gz
gsoc2013-epiphany-82dadc0a5ca5f0155e021fcfacd815c099673e17.tar.zst
gsoc2013-epiphany-82dadc0a5ca5f0155e021fcfacd815c099673e17.zip
The security certificate code is a no-op, remove it
Diffstat (limited to 'embed/ephy-web-view.c')
-rw-r--r--embed/ephy-web-view.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index f5c5ce7cc..0678f78d8 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -3389,18 +3389,6 @@ ephy_web_view_get_security_level (EphyWebView *view,
*description = NULL;
}
-/**
- * ephy_web_view_show_page_certificate:
- * @view: an #EphyWebView
- *
- * Shows a dialogue displaying the certificate of the currently loaded page
- * of @view, if it was loaded over a secure connection; else does nothing.
- **/
-void
-ephy_web_view_show_page_certificate (EphyWebView *view)
-{
-}
-
static void
ephy_web_view_run_print_action (EphyWebView *view, GtkPrintOperationAction action)
{