diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-02-29 18:00:23 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2008-02-29 18:01:37 -0500 |
commit | 34bf308a9e66f1a2f48630a15b1802afad50ec24 (patch) | |
tree | a7f0fe69faba1a930018794ff73a381e72e3938b /Xext/xselinux.c | |
parent | d5715f7beaad6816db27b01b67d7a3c69164d106 (diff) |
dix: Refactoring of selection code to allow for polyinstantiation.
Introduces dixLookupSelection() API.
Removes NumCurrentSelections from API.
Diffstat (limited to 'Xext/xselinux.c')
-rw-r--r-- | Xext/xselinux.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Xext/xselinux.c b/Xext/xselinux.c index 9adc93195..8d66ea199 100644 --- a/Xext/xselinux.c +++ b/Xext/xselinux.c @@ -967,8 +967,6 @@ SELinuxSelectionState(CallbackListPtr *pcbl, pointer unused, pointer calldata) switch (rec->kind) { case SelectionSetOwner: - case SelectionGetOwner: - case SelectionConvertSelection: default: break; } |