aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.c
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2007-11-12 07:18:59 +0800
committerXan Lopez <xan@src.gnome.org>2007-11-12 07:18:59 +0800
commitd6a39a6a3d10867f31f73a6246e32404d9dc17d5 (patch)
treeaa434753a7bbb8686bf228fb96ab4ff1ef502011 /embed/ephy-embed.c
parent0d4e69b6f75a8d341d83c7a8752254bc28d8dade (diff)
downloadgsoc2013-epiphany-d6a39a6a3d10867f31f73a6246e32404d9dc17d5.tar
gsoc2013-epiphany-d6a39a6a3d10867f31f73a6246e32404d9dc17d5.tar.gz
gsoc2013-epiphany-d6a39a6a3d10867f31f73a6246e32404d9dc17d5.tar.bz2
gsoc2013-epiphany-d6a39a6a3d10867f31f73a6246e32404d9dc17d5.tar.lz
gsoc2013-epiphany-d6a39a6a3d10867f31f73a6246e32404d9dc17d5.tar.xz
gsoc2013-epiphany-d6a39a6a3d10867f31f73a6246e32404d9dc17d5.tar.zst
gsoc2013-epiphany-d6a39a6a3d10867f31f73a6246e32404d9dc17d5.zip
Remove unused ge_content_changed.
svn path=/trunk/; revision=7666
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:
*