From 9c10f3ec02657ada4b1f238675013b166478834d Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 8 Nov 2023 12:52:23 +0000 Subject: [PATCH] girepository: Remove backwards compatibility symbol renames MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After bumping the major version number, we don’t need backwards compatibility any more. Signed-off-by: Philip Withnall Helps: #3155 --- girepository/gitypes.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/girepository/gitypes.h b/girepository/gitypes.h index 704dbf054..4df37900c 100644 --- a/girepository/gitypes.h +++ b/girepository/gitypes.h @@ -501,12 +501,4 @@ typedef enum GI_FUNCTION_THROWS = 1 << 5 } GIFunctionInfoFlags; -#ifndef __GI_SCANNER__ -#ifndef __GTK_DOC_IGNORE__ -/* backwards compatibility */ -typedef GIArgument GArgument; -typedef struct _GITypelib GTypelib; -#endif -#endif - G_END_DECLS