gibaseinfo: Remove an unused private macro

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-02-14 11:52:02 +00:00
parent ec9a73a262
commit 75820a6941

View File

@ -31,9 +31,6 @@
G_BEGIN_DECLS
#define GI_IS_BASE_INFO_TYPE(info,type) \
(G_TYPE_INSTANCE_GET_CLASS ((info), GI_TYPE_BASE_INFO, GIBaseInfoClass)->info_type == (type))
struct _GIBaseInfoClass
{
GTypeClass parent_class;