diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-09-28 15:04:33 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-09-28 15:04:33 -0400 |
commit | 50551ec693f40b91652fe4814e9fe2e1f9ab6517 (patch) | |
tree | ce847a889ddc5d825713d1dbcfd30f975b1a950c /Xext/xace.c | |
parent | 8b548657204000e18c7a38706a0071ae2f93159f (diff) |
xace: remove obsoleted DRAWABLE_ACCESS hook.
Diffstat (limited to 'Xext/xace.c')
-rw-r--r-- | Xext/xace.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Xext/xace.c b/Xext/xace.c index 92f0e4048..3de259f71 100644 --- a/Xext/xace.c +++ b/Xext/xace.c @@ -105,16 +105,6 @@ int XaceHook(int hook, ...) prv = &rec.status; break; } - case XACE_DRAWABLE_ACCESS: { - XaceDrawableAccessRec rec = { - va_arg(ap, ClientPtr), - va_arg(ap, DrawablePtr), - Success /* default allow */ - }; - calldata = &rec; - prv = &rec.status; - break; - } case XACE_SEND_ACCESS: { XaceSendAccessRec rec = { va_arg(ap, ClientPtr), |