diff options
author | Tim Janik <timj@src.gnome.org> | 1998-06-14 15:02:05 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-06-14 15:02:05 +0000 |
commit | c390a6ec476fda6182f3825350d37100dd4b48b1 (patch) | |
tree | 91190400844ac32bf18e78382c43325d306c0684 | |
parent | b8368a54a2b395617912586d52bba5899c4d2669 (diff) | |
download | gtk+-c390a6ec476fda6182f3825350d37100dd4b48b1.tar.gz |
reverting changes that depend on other code which i'm going to
commit later this night (so gtk at least compiles for people).
-rw-r--r-- | gtk/gtktypeutils.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gtk/gtktypeutils.c b/gtk/gtktypeutils.c index 458489442d..30a0d0d651 100644 --- a/gtk/gtktypeutils.c +++ b/gtk/gtktypeutils.c @@ -562,17 +562,6 @@ gtk_type_class_init (GtkTypeNode *node) object_class->signals = NULL; object_class->nsignals = 0; object_class->n_args = 0; - - if (gtk_type_is_a (node->type, GTK_TYPE_CONTAINER)) - { - GtkContainerClass *container_class; - - container_class = (GtkContainerClass*) object_class; - - g_assert (node->type_info.class_size >= sizeof (GtkContainerClass)); - - container_class->n_args = 0; - } } /* class_init_func is used as data pointer for |