From 1740e21a2843de978264b6208bce3718ad1c7a1a Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 12 Aug 2009 14:44:25 +0300 Subject: Remove unused stuff and clean old references to Mozilla. --- embed/ephy-embed-shell.c | 2 +- embed/ephy-embed-single.c | 24 ++---------------------- embed/ephy-embed-single.h | 3 --- 3 files changed, 3 insertions(+), 26 deletions(-) (limited to 'embed') diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c index 7ead872f8..85eb7fa2e 100644 --- a/embed/ephy-embed-shell.c +++ b/embed/ephy-embed-shell.c @@ -240,7 +240,7 @@ impl_get_embed_single (EphyEmbedShell *shell) GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, _("Epiphany can't be used now. " - "Mozilla initialization failed.")); + "Initialization failed.")); gtk_dialog_run (GTK_DIALOG (dialog)); exit (0); diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c index f3f99965d..a5376a8b0 100644 --- a/embed/ephy-embed-single.c +++ b/embed/ephy-embed-single.c @@ -353,7 +353,7 @@ ephy_embed_single_initialize (EphyEmbedSingle *single) * ephy_embed_single_clear_cache: * @single: the #EphyEmbedSingle * - * Clears the Mozilla cache (temporarily saved web pages). + * Clears the HTTP cache (temporarily saved web pages). **/ void ephy_embed_single_clear_cache (EphyEmbedSingle *single) @@ -364,7 +364,7 @@ ephy_embed_single_clear_cache (EphyEmbedSingle *single) * ephy_embed_single_clear_auth_cache: * @single: the #EphyEmbedSingle * - * Clears the Mozilla HTTP authentication cache. + * Clears the HTTP authentication cache. * * This does not clear regular website passwords; it only clears the HTTP * authentication cache. Websites which use HTTP authentication require the @@ -408,26 +408,6 @@ ephy_embed_single_get_network_status (EphyEmbedSingle *single) return single->priv->online; } -/** - * ephy_embed_single_get_font_list: - * @single: the #EphyEmbedSingle - * @lang_group: a mozilla font language group name, or %NULL - * - * Returns the list of fonts matching @lang_group, or all fonts if @lang_group - * is %NULL. - * - * The available @lang_group arguments are listed in Epiphany's Fonts and Colors - * preferences. - * - * Return value: a list of font names - **/ -GList * -ephy_embed_single_get_font_list (EphyEmbedSingle *single, - const char *lang_group) -{ - return NULL; -} - /** * ephy_embed_single_open_window: * @single: the #EphyEmbedSingle diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h index c933cea01..ad7a1d93d 100644 --- a/embed/ephy-embed-single.h +++ b/embed/ephy-embed-single.h @@ -91,9 +91,6 @@ void ephy_embed_single_set_network_status (EphyEmbedSingle *single, gboolean ephy_embed_single_get_network_status (EphyEmbedSingle *single); -GList * ephy_embed_single_get_font_list (EphyEmbedSingle *single, - const char *lang_group); - G_END_DECLS #endif -- cgit v1.2.3