[gtk+/gtk-2-90: 55/156] Omit removed classes from GTK makefile



commit bfd16d411a5252fcb64db69da8eae0858ec5b43c
Author: Christian Dywan <christian twotoasts de>
Date:   Wed Oct 7 18:43:24 2009 +0200

    Omit removed classes from GTK makefile

 gtk/Makefile.am |   37 -------------------------------------
 1 files changed, 0 insertions(+), 37 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index c3d950f..8c412e2 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -631,53 +631,16 @@ gtk_base_c_sources =            \
 	gtkwindow.c		\
 	$(gtk_clipboard_dnd_c_sources)
 
-# Broken
-gtk_public_h_sources += \
-	gtktext.h		\
-	gtktree.h		\
-	gtktreeitem.h
-gtk_base_c_sources += \
-	gtktext.c		\
-	gtktree.c		\
-	gtktreeitem.c
-
 # Deprecated
 gtk_public_h_sources += \
-	gtkclist.h		\
-	gtkcombo.h		\
-	gtkctree.h		\
- 	gtkcurve.h		\
-	gtkfilesel.h		\
- 	gtkgamma.h		\
-	gtkinputdialog.h	\
-	gtkitemfactory.h	\
-	gtklist.h		\
-	gtklistitem.h		\
-	gtkoldeditable.h	\
-	gtkoptionmenu.h		\
 	gtkpixmap.h		\
-	gtkpreview.h		\
 	gtkprogress.h		\
 	gtksignal.h		\
-	gtktipsquery.h		\
 	gtktooltips.h
 gtk_base_c_sources += \
-	gtkclist.c		\
-	gtkcombo.c		\
-	gtkctree.c		\
-	gtkcurve.c		\
-	gtkfilesel.c		\
-	gtkgamma.c		\
-	gtkitemfactory.c	\
-	gtklist.c		\
-	gtklistitem.c		\
-	gtkoldeditable.c	\
-	gtkoptionmenu.c		\
 	gtkpixmap.c		\
-	gtkpreview.c		\
 	gtkprogress.c		\
 	gtksignal.c		\
-	gtktipsquery.c		\
 	gtktooltips.c
 
 gtk_c_sources = $(gtk_base_c_sources)



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