mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 15:00:09 +00:00
xfree86: drop obsolete macro INITARGS
This macro isn't used anymore for 12 years now, see commit:
5079db78ae
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1722>
This commit is contained in:
committed by
Marge Bot
parent
f3887956ec
commit
b0452ecff4
@@ -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 *,
|
||||
|
||||
Reference in New Issue
Block a user