mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-04 16:30:28 +01: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:
parent
f3887956ec
commit
b0452ecff4
1 changed files with 0 additions and 2 deletions
|
|
@ -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 *,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue