[gtk+/gtk-2.90: 55/59] Omit removed classes from GTK makefile



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

    Omit removed classes from GTK makefile

 gtk/Makefile.am |   32 --------------------------------
 1 files changed, 0 insertions(+), 32 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 62d5352..27941ce 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -615,48 +615,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		\
-	gtkfilesel.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		\
-	gtkfilesel.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]