aboutsummaryrefslogtreecommitdiffstats
path: root/embed
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
parent7d2c1aa65348b4cd816a3506c9534163b1dcf8e5 (diff)
downloadgsoc2013-epiphany-82dadc0a5ca5f0155e021fcfacd815c099673e17.tar
gsoc2013-epiphany-82dadc0a5ca5f0155e021fcfacd815c099673e17.tar.gz
gsoc2013-epiphany-82dadc0a5ca5f0155e021fcfacd815c099673e17.tar.bz2
gsoc2013-epiphany-82dadc0a5ca5f0155e021fcfacd815c099673e17.tar.lz
gsoc2013-epiphany-82dadc0a5ca5f0155e021fcfacd815c099673e17.tar.xz
gsoc2013-epiphany-82dadc0a5ca5f0155e021fcfacd815c099673e17.tar.zst
gsoc2013-epiphany-82dadc0a5ca5f0155e021fcfacd815c099673e17.zip
The security certificate code is a no-op, remove it
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-web-view.c12
-rw-r--r--embed/ephy-web-view.h1
2 files changed, 0 insertions, 13 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)
{
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h
index 33d912f14..1ffa7ee8a 100644
--- a/embed/ephy-web-view.h
+++ b/embed/ephy-web-view.h
@@ -157,7 +157,6 @@ char * ephy_web_view_get_location (EphyWebView
void ephy_web_view_get_security_level (EphyWebView *view,
EphyWebViewSecurityLevel *level,
char **description);
-void ephy_web_view_show_page_certificate (EphyWebView *view);
void ephy_web_view_print (EphyWebView *view);
void ephy_web_view_set_title (EphyWebView *view,
const char *view_title);