diff options
author | Bastien Nocera <hadess@hadess.net> | 2012-11-06 12:19:59 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2012-12-10 08:46:47 +0100 |
commit | 4666852818b260e239b33092678fcad78a1f031c (patch) | |
tree | 31d5cc42cd6f28c3b2ba509f5826b36d9658b16f /doc | |
parent | 52b87722689ed8a124b6cafcf51f7309b7c7104c (diff) | |
download | epiphany-4666852818b260e239b33092678fcad78a1f031c.tar.gz |
lib: Remove unused EphySearchEntry widget
https://bugzilla.gnome.org/show_bug.cgi?id=687744
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/epiphany-docs.sgml | 1 | ||||
-rw-r--r-- | doc/reference/epiphany-sections.txt | 8 | ||||
-rw-r--r-- | doc/reference/epiphany.types | 2 |
3 files changed, 0 insertions, 11 deletions
diff --git a/doc/reference/epiphany-docs.sgml b/doc/reference/epiphany-docs.sgml index 55a6ea4f4..17d4320b7 100644 --- a/doc/reference/epiphany-docs.sgml +++ b/doc/reference/epiphany-docs.sgml @@ -23,7 +23,6 @@ <title>Widgets</title> <xi:include href="xml/ephy-location-entry.xml"/> <xi:include href="xml/ephy-node-view.xml"/> - <xi:include href="xml/ephy-search-entry.xml"/> <xi:include href="xml/ephy-tree-model-node.xml"/> <xi:include href="xml/ephy-tree-model-sort.xml"/> <xi:include href="xml/ephy-zoom-action.xml"/> diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt index 5163dd4e2..180a7501d 100644 --- a/doc/reference/epiphany-sections.txt +++ b/doc/reference/epiphany-sections.txt @@ -93,14 +93,6 @@ ephy_node_view_popup </SECTION> <SECTION> -<FILE>ephy-search-entry</FILE> -<TITLE>EphySearchEntry</TITLE> -EphySearchEntry -ephy_search_entry_new -ephy_search_entry_clear -</SECTION> - -<SECTION> <FILE>ephy-tree-model-node</FILE> <TITLE>EphyTreeModelNode</TITLE> EphyTreeModelNode diff --git a/doc/reference/epiphany.types b/doc/reference/epiphany.types index 94e7eb221..00416bf32 100644 --- a/doc/reference/epiphany.types +++ b/doc/reference/epiphany.types @@ -4,13 +4,11 @@ ephy_web_view_get_type #include <ephy-node-view.h> #include <ephy-location-entry.h> -#include <ephy-search-entry.h> #include <ephy-tree-model-sort.h> #include <ephy-zoom-action.h> ephy_node_view_get_type ephy_location_entry_get_type -ephy_search_entry_get_type ephy_tree_model_node_get_type ephy_tree_model_sort_get_type ephy_zoom_action_get_type |