Xace: remove remains of XACE_CORE_DISPATCH

There's no actual caller of this hook - removed almost a decade ago
(see commit 6cb34816af), but some remains
had been forgotten to clean up.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-03-21 14:53:46 +01:00
parent bf5638ae7a
commit be5a20d580
2 changed files with 0 additions and 7 deletions

View File

@ -38,7 +38,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
/* security hooks */ /* security hooks */
/* Constants used to identify the available security hooks /* Constants used to identify the available security hooks
*/ */
#define XACE_CORE_DISPATCH 0
#define XACE_EXT_DISPATCH 1 #define XACE_EXT_DISPATCH 1
#define XACE_RESOURCE_ACCESS 2 #define XACE_RESOURCE_ACCESS 2
#define XACE_DEVICE_ACCESS 3 #define XACE_DEVICE_ACCESS 3

View File

@ -29,12 +29,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "selection.h" #include "selection.h"
#include "xace.h" #include "xace.h"
/* XACE_CORE_DISPATCH */
typedef struct {
ClientPtr client;
int status;
} XaceCoreDispatchRec;
/* XACE_RESOURCE_ACCESS */ /* XACE_RESOURCE_ACCESS */
typedef struct { typedef struct {
ClientPtr client; ClientPtr client;