From f4db8af9de41eb3a03a30f37aee811d2ea54b7a6 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 8 Nov 2023 15:04:59 +0000 Subject: [PATCH] gitypeinfo: Remove deprecated API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s not needed after a major version bump. Signed-off-by: Philip Withnall Helps: #3155 --- girepository/gitypeinfo.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/girepository/gitypeinfo.h b/girepository/gitypeinfo.h index 8460dab0e..1f884d97f 100644 --- a/girepository/gitypeinfo.h +++ b/girepository/gitypeinfo.h @@ -41,16 +41,6 @@ G_BEGIN_DECLS #define GI_IS_TYPE_INFO(info) \ (g_base_info_get_type((GIBaseInfo*)info) == GI_INFO_TYPE_TYPE) -/** - * G_TYPE_TAG_IS_BASIC - * @tag: a type tag - * - * Checks if @tag is a basic type. - * - * Deprecated: 1.72: Use GI_TYPE_TAG_IS_BASIC() instead - */ -#define G_TYPE_TAG_IS_BASIC(tag) GI_TYPE_TAG_IS_BASIC(tag) - /** * GI_TYPE_TAG_IS_BASIC * @tag: a type tag