[clutter-gtk] examples: Remove broken/old examples



commit 31bb4a236dc48dc934eea26a2562ec4a7d4d3db2
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Fri Mar 25 17:30:22 2011 +0000

    examples: Remove broken/old examples
    
    The animated-notebook and expose-test were never meant to be used as
    real examples.

 examples/Makefile.am          |   11 --
 examples/animated-notebook.c  |  198 ---------------------------
 examples/animated-notebook.ui |  293 -----------------------------------------
 examples/expose-test.c        |  172 ------------------------
 4 files changed, 0 insertions(+), 674 deletions(-)
---
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 5348bf4..5d0eca1 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -3,8 +3,6 @@ include $(top_srcdir)/build/autotools/Makefile.am.silent
 NULL =
 
 noinst_PROGRAMS = \
-	animated-notebook \
-	expose-test \
 	gtk-clutter-events \
 	gtk-clutter-multistage \
 	gtk-clutter-test \
@@ -25,14 +23,6 @@ common_ldadd = \
 	$(CLUTTER_LIBS)	\
 	$(GTK_LIBS)
 
-animated_notebook_SOURCES = animated-notebook.c
-animated_notebook_DEPENDENCIES = $(common_deps)
-animated_notebook_LDADD = $(common_ldadd)
-
-expose_test_SOURCES = expose-test.c
-expose_test_DEPENDENCIES = $(common_deps)
-expose_test_LDADD = $(common_ldadd)
-
 gtk_clutter_test_SOURCES = gtk-clutter-test.c
 gtk_clutter_test_DEPENDENCIES = $(common_deps)
 gtk_clutter_test_LDADD = $(common_ldadd)
@@ -62,5 +52,4 @@ gtk_clutter_test_scroll_DEPENDENCIES = $(common_deps)
 gtk_clutter_test_scroll_LDADD = $(common_ldadd)
 
 EXTRA_DIST = \
-	animated-notebook.ui \
 	redhand.png



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