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:
parent
bf5638ae7a
commit
be5a20d580
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue