summaryrefslogtreecommitdiff
path: root/embed/ephy-embed.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-07-29 20:12:55 +0000
committerChristian Persch <chpe@src.gnome.org>2005-07-29 20:12:55 +0000
commitdb1f5a7b30564f89cf1fdbb3cd6a8fae68a9bfd0 (patch)
tree02234f3fb181aca685fcc29da0ff92687c7a1cfa /embed/ephy-embed.h
parent941de06806cb6c145ac2b522ad276add5bdbb2fd (diff)
downloadepiphany-db1f5a7b30564f89cf1fdbb3cd6a8fae68a9bfd0.tar.gz
Implement ::grab-focus and remove ephy_embed_activate ().
2005-07-29 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed.c: * embed/ephy-embed.h: * embed/mozilla/mozilla-embed.cpp: Implement ::grab-focus and remove ephy_embed_activate ().
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r--embed/ephy-embed.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h
index 7da209684..b83891242 100644
--- a/embed/ephy-embed.h
+++ b/embed/ephy-embed.h
@@ -195,7 +195,6 @@ struct _EphyEmbedIface
void (* print_preview_navigate) (EphyEmbed *embed,
EphyEmbedPrintPreviewNavType type,
int page);
- void (* activate) (EphyEmbed *embed);
gboolean (* has_modified_forms) (EphyEmbed *embed);
};
@@ -290,8 +289,6 @@ void ephy_embed_print_preview_navigate (EphyEmbed *embed,
int page);
/* Misc. utility */
-void ephy_embed_activate (EphyEmbed *embed);
-
gboolean ephy_embed_has_modified_forms (EphyEmbed *embed);
G_END_DECLS