[monet/style-stylable] Remove MnWidget



commit 0238270eae29fe726781338edb2464ab313bfd4e
Author: Thomas Wood <thomas wood intel com>
Date:   Fri Sep 18 15:29:29 2009 +0100

    Remove MnWidget
    
    This is no longer required since it is now implemented partly by
    MnStylable and partly by MnItem.

 monet/Makefile.am    |    4 +-
 monet/mn-widget.c    |  429 --------------------------------------------------
 monet/mn-widget.h    |   94 -----------
 monet/monet.h        |    1 -
 tests/Makefile.am    |    3 +-
 tests/test-drawing.c |   21 ---
 6 files changed, 2 insertions(+), 550 deletions(-)
---
diff --git a/monet/Makefile.am b/monet/Makefile.am
index f708b57..2b8cae7 100644
--- a/monet/Makefile.am
+++ b/monet/Makefile.am
@@ -16,7 +16,6 @@ source_h = \
 	mn-stylable.h \
 	mn-style.h \
 	mn-types.h \
-	mn-widget.h \
 	monet.h
 
 source_h_priv = mn-private.h
@@ -74,8 +73,7 @@ libmonet_la_SOURCES = \
 	mn-item.c	 \
 	mn-stylable.c	 \
 	mn-style.c	 \
-	monet.c		 \
-	mn-widget.c
+	monet.c
 
 libmonet_la_LIBADD = $(MONET_LIBS)
 
diff --git a/monet/monet.h b/monet/monet.h
index bbcf690..6561c17 100644
--- a/monet/monet.h
+++ b/monet/monet.h
@@ -32,7 +32,6 @@
 #include <monet/mn-stylable.h>
 #include <monet/mn-style.h>
 #include <monet/mn-types.h>
-#include <monet/mn-widget.h>
 
 #undef MONET_H_INSIDE
 
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 5ebd5fa..64a0890 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -2,9 +2,8 @@ AM_CFLAGS = $(MONET_CFLAGS)
 INCLUDES = -I$(top_srcdir)
 LDADD = $(MONET_LIBS) $(top_builddir)/monet/libmonet.la
 
-noinst_PROGRAMS = test-drawing test-stylable
+noinst_PROGRAMS = test-stylable
 
-test_drawing_SOURCES = test-drawing.c
 test_stylable_SOURCES = test-stylable.c
 
 -include $(top_srcdir)/git.mk



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