diff options
Diffstat (limited to 'embed/ephy-embed-single.h')
-rw-r--r-- | embed/ephy-embed-single.h | 2 |
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); }; |