From b0452ecff4f08372a20d606f65887bd55485498f Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 16 Oct 2024 16:36:02 +0200 Subject: [PATCH] xfree86: drop obsolete macro INITARGS This macro isn't used anymore for 12 years now, see commit: 5079db78aea8fa42e781dd876c1ee1c31571b3ae Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- hw/xfree86/common/xf86Module.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/xfree86/common/xf86Module.h b/hw/xfree86/common/xf86Module.h index f8eb2603f..8db6ad6de 100644 --- a/hw/xfree86/common/xf86Module.h +++ b/hw/xfree86/common/xf86Module.h @@ -147,8 +147,6 @@ typedef struct { #define GET_MODULE_MINOR_VERSION(vers) (((vers) >> 16) & 0xFF) #define GET_MODULE_PATCHLEVEL(vers) ((vers) & 0xFFFF) -#define INITARGS void - /* Prototypes for Loader functions that are exported to modules */ extern _X_EXPORT void *LoadSubModule(void *, const char *, const char **, const char **, void *,