include: dix.h: drop NullClient macro

Not used anymore, and not part of ABI.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-07-16 12:08:00 +02:00 committed by Enrico Weigelt
parent 240e471325
commit 8d9d37935f

View File

@ -59,8 +59,6 @@ SOFTWARE.
#define SAMETIME 0
#define LATER 1
#define NullClient ((ClientPtr) 0)
#define REQUEST(type) \
type * stuff = (type *)client->requestBuffer;