diff options
author | Xan Lopez <xan@src.gnome.org> | 2007-11-12 07:18:40 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2007-11-12 07:18:40 +0800 |
commit | d698eb5b87aa10c888944fbf2db066af2df987bd (patch) | |
tree | 2db956db48e0ae9c625971df3061fb47925b0c30 /embed/ephy-embed.h | |
parent | ec328b5c31da2accae0a52e47a259fb15c07ad8c (diff) | |
download | gsoc2013-epiphany-d698eb5b87aa10c888944fbf2db066af2df987bd.tar.gz gsoc2013-epiphany-d698eb5b87aa10c888944fbf2db066af2df987bd.tar.zst gsoc2013-epiphany-d698eb5b87aa10c888944fbf2db066af2df987bd.zip |
Remove unused ge-location signal.
svn path=/trunk/; revision=7664
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r-- | embed/ephy-embed.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h index 77cbd29ec..845081a22 100644 --- a/embed/ephy-embed.h +++ b/embed/ephy-embed.h @@ -145,8 +145,6 @@ struct _EphyEmbedIface const char *type, const char *title, const char *address); - void (* location) (EphyEmbed *embed, - const char *location); void (* net_state) (EphyEmbed *embed, const char *uri, EphyEmbedNetState state); |