diff --git a/gibaseinfo.h b/gibaseinfo.h index 79f50ce9d..5d0cb8444 100644 --- a/gibaseinfo.h +++ b/gibaseinfo.h @@ -44,8 +44,6 @@ struct _GIBaseInfoStub { gpointer padding[4]; }; -/* GIBaseInfo */ - /** * GIAttributeIter: * diff --git a/giobjectinfo.h b/giobjectinfo.h index 50a85b7a2..27ec71411 100644 --- a/giobjectinfo.h +++ b/giobjectinfo.h @@ -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)