From d7e481f200646ab63e2f368896c7be48b4782004 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 30 Apr 2024 14:25:03 +0200 Subject: [PATCH] xv: drop unused macro _XvBadEncoding Couldn't find a trace where it actually had been used, so there doesn't seem to be any reason while still keeping it around. Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- Xext/xvdix.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Xext/xvdix.h b/Xext/xvdix.h index 621a1e3a3..bfd1c1aa3 100644 --- a/Xext/xvdix.h +++ b/Xext/xvdix.h @@ -221,7 +221,6 @@ typedef struct { /* Errors */ #define _XvBadPort (XvBadPort+XvErrorBase) -#define _XvBadEncoding (XvBadEncoding+XvErrorBase) extern _X_EXPORT int ProcXvDispatch(ClientPtr); extern _X_EXPORT int SProcXvDispatch(ClientPtr);