diff options
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 |