From 9cf0f14166323e37d435348837992f3b820f54ba Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 27 Jul 2004 11:04:52 +0000 Subject: Remove load_proxy_autoconf() vfunc. 2004-07-27 Christian Persch * 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. --- embed/ephy-embed-single.h | 2 -- embed/mozilla/mozilla-notifiers.cpp | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'embed') 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); }; diff --git a/embed/mozilla/mozilla-notifiers.cpp b/embed/mozilla/mozilla-notifiers.cpp index 4c0c38293..474edc063 100644 --- a/embed/mozilla/mozilla-notifiers.cpp +++ b/embed/mozilla/mozilla-notifiers.cpp @@ -38,7 +38,6 @@ #include #include #include -#include #include #include #include @@ -47,6 +46,7 @@ #include #include #include +/* we don't use glib/gi18n.h here because we need gnome_i18n_get_language_list() */ #include #ifdef ALLOW_PRIVATE_API -- cgit v1.2.3