From ab3454a51544017ffb55286dfcb9fd446f63fd1b Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 8 Nov 2023 23:17:00 +0000 Subject: [PATCH] girepository: Remove duplicate macro definitions Not sure what was going on there. Signed-off-by: Philip Withnall Helps: #3155 --- girepository/gitypeinfo.h | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/girepository/gitypeinfo.h b/girepository/gitypeinfo.h index f2de6c23f..2924b689b 100644 --- a/girepository/gitypeinfo.h +++ b/girepository/gitypeinfo.h @@ -61,26 +61,6 @@ G_BEGIN_DECLS */ #define GI_TYPE_TAG_IS_NUMERIC(tag) ((tag) >= GI_TYPE_TAG_INT8 && (tag) <= GI_TYPE_TAG_DOUBLE) -/** - * GI_TYPE_TAG_IS_NUMERIC: - * @tag: a type tag - * - * Checks if @tag is a numeric type. That is, integer or floating point. - * - * Since: 1.72 - */ -#define GI_TYPE_TAG_IS_NUMERIC(tag) ((tag) >= GI_TYPE_TAG_INT8 && (tag) <= GI_TYPE_TAG_DOUBLE) - -/** - * GI_TYPE_TAG_IS_NUMERIC: - * @tag: a type tag - * - * Checks if @tag is a numeric type. That is, integer or floating point. - * - * Since: 1.72 - */ -#define GI_TYPE_TAG_IS_NUMERIC(tag) ((tag) >= GI_TYPE_TAG_INT8 && (tag) <= GI_TYPE_TAG_DOUBLE) - /** * GI_TYPE_TAG_IS_CONTAINER: * @tag: a type tag