epiphany r8655 - in trunk: lib/widgets tests



Author: xan
Date: Tue Dec 30 22:33:08 2008
New Revision: 8655
URL: http://svn.gnome.org/viewvc/epiphany?rev=8655&view=rev

Log:
Delete EphyIconEntry, it's unused.

Removed:
   trunk/lib/widgets/ephy-icon-entry.c
   trunk/lib/widgets/ephy-icon-entry.h
   trunk/tests/testephyiconentry.c
Modified:
   trunk/lib/widgets/Makefile.am
   trunk/tests/Makefile.am

Modified: trunk/lib/widgets/Makefile.am
==============================================================================
--- trunk/lib/widgets/Makefile.am	(original)
+++ trunk/lib/widgets/Makefile.am	Tue Dec 30 22:33:08 2008
@@ -1,8 +1,6 @@
 noinst_LTLIBRARIES = libephywidgets.la
 
 libephywidgets_la_SOURCES = \
-	ephy-icon-entry.c			\
-	ephy-icon-entry.h			\
 	ephy-location-entry.c			\
 	ephy-location-entry.h			\
 	ephy-node-view.c			\

Modified: trunk/tests/Makefile.am
==============================================================================
--- trunk/tests/Makefile.am	(original)
+++ trunk/tests/Makefile.am	Tue Dec 30 22:33:08 2008
@@ -1,7 +1,6 @@
 noinst_PROGRAMS = \
 	testephysearchentry \
 	testephylocationentry \
-	testephyiconentry \
 	testephyzoomcontrol
 
 INCLUDES = \
@@ -21,12 +20,6 @@
 	$(top_builddir)/lib/widgets/libephywidgets.la \
 	$(DEPENDENCIES_LIBS) 
 
-testephyiconentry_SOURCES = \
-	testephyiconentry.c
-testephyiconentry_LDADD = \
-	$(top_builddir)/lib/widgets/libephywidgets.la \
-	$(DEPENDENCIES_LIBS) 
-
 testephylocationentry_SOURCES = \
 	testephylocationentry.c
 testephylocationentry_LDADD = \



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