From 142fb829a4f18b3a5f63c389439973c1bcd0404f Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 22 Apr 2025 19:27:56 +0200 Subject: [PATCH] Xace: drop obsolete XaceHook() prototype The prototype had been forgetten when removing the function. Fixes: facdaae4e8e23f7b8d346ef0f35a814733ab2927 Signed-off-by: Enrico Weigelt, metux IT consult --- Xext/xace.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Xext/xace.h b/Xext/xace.h index 481110a1c..5361e377b 100644 --- a/Xext/xace.h +++ b/Xext/xace.h @@ -57,13 +57,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. extern CallbackListPtr XaceHooks[XACE_NUM_HOOKS]; -/* Entry point for hook functions. Called by Xserver. - * Required by libdbe and libextmod - */ -/* needs to be exported for in-tree modsetting driver, but not part - of public API for external modules */ -_X_EXPORT int XaceHook(int hook, ... /* appropriate args for hook */); - /* determine whether any callbacks are present for the XACE hook */ int XaceHookIsSet(int hook);