[epiphany] Remove unused stuff and clean old references to Mozilla.



commit 1740e21a2843de978264b6208bce3718ad1c7a1a
Author: Xan Lopez <xan gnome org>
Date:   Wed Aug 12 14:44:25 2009 +0300

    Remove unused stuff and clean old references to Mozilla.

 doc/reference/epiphany-sections.txt       |    1 -
 doc/reference/tmpl/ephy-embed-single.sgml |   10 ----------
 embed/ephy-embed-shell.c                  |    2 +-
 embed/ephy-embed-single.c                 |   24 ++----------------------
 embed/ephy-embed-single.h                 |    3 ---
 5 files changed, 3 insertions(+), 37 deletions(-)
---
diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt
index 6e43976..0c281b6 100644
--- a/doc/reference/epiphany-sections.txt
+++ b/doc/reference/epiphany-sections.txt
@@ -100,7 +100,6 @@ ephy_embed_single_clear_cache
 ephy_embed_single_clear_auth_cache
 ephy_embed_single_set_offline_mode
 ephy_embed_single_load_proxy_autoconf
-ephy_embed_single_get_font_list
 ephy_embed_single_open_window
 <SUBSECTION Standard>
 EPHY_EMBED_SINGLE
diff --git a/doc/reference/tmpl/ephy-embed-single.sgml b/doc/reference/tmpl/ephy-embed-single.sgml
index 8456dbd..e49aa62 100644
--- a/doc/reference/tmpl/ephy-embed-single.sgml
+++ b/doc/reference/tmpl/ephy-embed-single.sgml
@@ -54,16 +54,6 @@ is used to perform browser-related actions which do not refer to an individual
 @single: 
 
 
-<!-- ##### FUNCTION ephy_embed_single_get_font_list ##### -->
-<para>
-
-</para>
-
- single: 
- lang_group: 
- Returns: 
-
-
 <!-- ##### FUNCTION ephy_embed_single_open_window ##### -->
 <para>
 
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c
index 7ead872..85eb7fa 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 f3f9996..a5376a8 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
@@ -409,26 +409,6 @@ ephy_embed_single_get_network_status (EphyEmbedSingle *single)
 }
 
 /**
- * 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
  * @parent: the requested window's parent #EphyEmbed
diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h
index c933cea..ad7a1d9 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]