Remove left-over comments

This commit is contained in:
Johan Dahlin 2010-06-06 22:47:21 -03:00
parent dc4a7e9e32
commit 501238c318
2 changed files with 0 additions and 4 deletions

View File

@ -44,8 +44,6 @@ struct _GIBaseInfoStub {
gpointer padding[4];
};
/* GIBaseInfo */
/**
* GIAttributeIter:
*

View File

@ -30,8 +30,6 @@
G_BEGIN_DECLS
/* GIObjectInfo */
#define GI_IS_OBJECT_INFO(info) \
(g_base_info_get_type((GIBaseInfo*)info) == GI_INFO_TYPE_OBJECT)