From 8d9d37935f9d3068e7817edd294193c452fb58bf Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 16 Jul 2025 12:08:00 +0200 Subject: [PATCH] include: dix.h: drop NullClient macro Not used anymore, and not part of ABI. Signed-off-by: Enrico Weigelt, metux IT consult --- include/dix.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/dix.h b/include/dix.h index 7a021ed1b..53c148fa0 100644 --- a/include/dix.h +++ b/include/dix.h @@ -59,8 +59,6 @@ SOFTWARE. #define SAMETIME 0 #define LATER 1 -#define NullClient ((ClientPtr) 0) - #define REQUEST(type) \ type * stuff = (type *)client->requestBuffer;