[epiphany] lib: Remove unused EphySearchEntry widget



commit 4666852818b260e239b33092678fcad78a1f031c
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Nov 6 12:19:59 2012 +0100

    lib: Remove unused EphySearchEntry widget
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687744

 .gitignore                          |    1 -
 doc/reference/epiphany-docs.sgml    |    1 -
 doc/reference/epiphany-sections.txt |    8 --
 doc/reference/epiphany.types        |    2 -
 lib/widgets/Makefile.am             |    2 -
 lib/widgets/ephy-search-entry.c     |  211 -----------------------------------
 lib/widgets/ephy-search-entry.h     |   65 -----------
 po/POTFILES.in                      |    1 -
 tests/Makefile.am                   |    4 -
 tests/ephy-search-entry-test.c      |   75 ------------
 10 files changed, 0 insertions(+), 370 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7f23d9b..280ec51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -59,5 +59,4 @@ src/epiphany.h
 tests/test-ephy-embed-persist
 tests/test-ephy-embed-single
 tests/test-ephy-location-entry
-tests/test-ephy-search-entry
 tests/test-ephy-zoom-control
diff --git a/doc/reference/epiphany-docs.sgml b/doc/reference/epiphany-docs.sgml
index 55a6ea4..17d4320 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 5163dd4..180a750 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 94e7eb2..00416bf 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
diff --git a/lib/widgets/Makefile.am b/lib/widgets/Makefile.am
index 3259bb7..7bf3316 100644
--- a/lib/widgets/Makefile.am
+++ b/lib/widgets/Makefile.am
@@ -85,8 +85,6 @@ libephywidgets_la_SOURCES = \
 	ephy-overview-store.h			\
 	ephy-removable-pixbuf-renderer.c	\
 	ephy-removable-pixbuf-renderer.h	\
-	ephy-search-entry.c			\
-	ephy-search-entry.h			\
 	ephy-tree-model-node.c			\
 	ephy-tree-model-node.h			\
 	ephy-tree-model-sort.c			\
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 5f1122d..da16e8c 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -30,7 +30,6 @@ lib/widgets/ephy-download-widget.c
 lib/widgets/ephy-hosts-store.c
 lib/widgets/ephy-hosts-view.c
 lib/widgets/ephy-location-entry.c
-lib/widgets/ephy-search-entry.c
 lib/widgets/ephy-urls-view.c
 src/bookmarks/ephy-bookmark-action.c
 src/bookmarks/ephy-bookmark-properties.c
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3fd1000..992547e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -11,7 +11,6 @@ noinst_PROGRAMS = \
 	test-ephy-history \
 	test-ephy-location-entry \
 	test-ephy-migration \
-	test-ephy-search-entry \
 	test-ephy-session \
 	test-ephy-shell \
 	test-ephy-snapshot-service \
@@ -150,9 +149,6 @@ test_ephy_location_entry_SOURCES = \
 test_ephy_migration_SOURCES = \
 	ephy-migration-test.c
 
-test_ephy_search_entry_SOURCES = \
-	ephy-search-entry-test.c
-
 test_ephy_session_SOURCES = \
 	ephy-session-test.c \
 	$(top_builddir)/src/epiphany-resources.c \



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