From 08c6bbf32bcc7e9b15172de10eb5d074c20fb6ee Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 21 Mar 2025 14:53:46 +0100 Subject: [PATCH] (1881) Xace: remove remains of XACE_CORE_DISPATCH There's no actual caller of this hook - removed almost a decade ago (see commit 6cb34816afa95d9214199c363f9b4bb5ecbae77b), but some remains had been forgotten to clean up. Signed-off-by: Enrico Weigelt, metux IT consult --- Xext/xace.h | 1 - Xext/xacestr.h | 6 ------ 2 files changed, 7 deletions(-) diff --git a/Xext/xace.h b/Xext/xace.h index 5361e377b..95f3a059c 100644 --- a/Xext/xace.h +++ b/Xext/xace.h @@ -38,7 +38,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. /* security hooks */ /* Constants used to identify the available security hooks */ -#define XACE_CORE_DISPATCH 0 #define XACE_EXT_DISPATCH 1 #define XACE_RESOURCE_ACCESS 2 #define XACE_DEVICE_ACCESS 3 diff --git a/Xext/xacestr.h b/Xext/xacestr.h index 6fe8eecc8..8b1b57e36 100644 --- a/Xext/xacestr.h +++ b/Xext/xacestr.h @@ -29,12 +29,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "selection.h" #include "xace.h" -/* XACE_CORE_DISPATCH */ -typedef struct { - ClientPtr client; - int status; -} XaceCoreDispatchRec; - /* XACE_RESOURCE_ACCESS */ typedef struct { ClientPtr client;