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;