aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.h
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.h
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.h')
-rw-r--r--embed/ephy-embed.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h
index 37f6e01bd..859ffdbe6 100644
--- a/embed/ephy-embed.h
+++ b/embed/ephy-embed.h
@@ -157,8 +157,6 @@ struct _EphyEmbedIface
const char *features);
void (* zoom_change) (EphyEmbed *embed,
float new_zoom);
- void (* content_change) (EphyEmbed *embed,
- const char *uri);
void (* content_blocked) (EphyEmbed *embed,
const char *uri);
gboolean (* modal_alert) (EphyEmbed *embed);