From 473bc6ec4c59e1a962b0b897c449a69aa5064ab0 Mon Sep 17 00:00:00 2001 From: Eamon Walsh Date: Wed, 10 Oct 2007 19:43:12 -0400 Subject: xace: remove the special-cased "ignore" functionality from the property code. There will be no more faking of Success to hide things. XACE does not provide polyinstantiation. --- Xext/xace.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Xext/xace.h') diff --git a/Xext/xace.h b/Xext/xace.h index e9fe9f31b..fc96458a9 100644 --- a/Xext/xace.h +++ b/Xext/xace.h @@ -20,11 +20,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef _XACE_H #define _XACE_H -/* Special value used for ignore operation. This is a deprecated feature - * only for Security extension support. Do not use in new code. - */ -#define XaceIgnoreError BadRequest - #ifdef XACE #define XACE_EXTENSION_NAME "XAccessControlExtension" -- cgit v1.2.3