aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-single.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-07-27 19:04:52 +0800
committerChristian Persch <chpe@src.gnome.org>2004-07-27 19:04:52 +0800
commit9cf0f14166323e37d435348837992f3b820f54ba (patch)
treebc6a20c73adbad30d36849ba8adc845981bf6967 /embed/ephy-embed-single.h
parentca08f244b95de739b05b84a18a0c8a732c23814f (diff)
downloadgsoc2013-epiphany-9cf0f14166323e37d435348837992f3b820f54ba.tar
gsoc2013-epiphany-9cf0f14166323e37d435348837992f3b820f54ba.tar.gz
gsoc2013-epiphany-9cf0f14166323e37d435348837992f3b820f54ba.tar.bz2
gsoc2013-epiphany-9cf0f14166323e37d435348837992f3b820f54ba.tar.lz
gsoc2013-epiphany-9cf0f14166323e37d435348837992f3b820f54ba.tar.xz
gsoc2013-epiphany-9cf0f14166323e37d435348837992f3b820f54ba.tar.zst
gsoc2013-epiphany-9cf0f14166323e37d435348837992f3b820f54ba.zip
Remove load_proxy_autoconf() vfunc.
2004-07-27 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-single.h: Remove load_proxy_autoconf() vfunc. * embed/mozilla/mozilla-notifiers.cpp: Only include gnome-i18n.h here. Thanks to Crispin for noticing those buglets.
Diffstat (limited to 'embed/ephy-embed-single.h')
-rw-r--r--embed/ephy-embed-single.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h
index 68ea108fe..e0cbee8c1 100644
--- a/embed/ephy-embed-single.h
+++ b/embed/ephy-embed-single.h
@@ -59,8 +59,6 @@ struct _EphyEmbedSingleIface
void (* set_offline_mode) (EphyEmbedSingle *shell,
gboolean offline);
gboolean (* get_offline_mode) (EphyEmbedSingle *single);
- void (* load_proxy_autoconf) (EphyEmbedSingle *shell,
- const char* url);
GList * (* get_font_list) (EphyEmbedSingle *shell,
const char *langGroup);
};