aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-embed.c')
-rw-r--r--embed/ephy-embed.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index cb1119b6d..af8329b4b 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -229,26 +229,6 @@ ephy_embed_base_init (gpointer g_class)
1,
G_TYPE_FLOAT);
/**
- * EphyEmbed::ge-content-change:
- * @embed:
- * @uri: URI of the new content
- *
- * The ::ge_content_change signal is emitted when a new page content
- * is being loaded into the browser. It's a good place to do view
- * related changes, for example to restore the zoom level of a page
- * or to set an user style sheet.
- **/
- g_signal_new ("ge_content_change",
- EPHY_TYPE_EMBED,
- G_SIGNAL_RUN_FIRST,
- G_STRUCT_OFFSET (EphyEmbedIface, content_change),
- NULL, NULL,
- g_cclosure_marshal_VOID__STRING,
- G_TYPE_NONE,
- 1,
- G_TYPE_STRING | G_SIGNAL_TYPE_STATIC_SCOPE);
-
-/**
* EphyEmbed::ge-modal-alert:
* @embed:
*