summaryrefslogtreecommitdiff
path: root/Xext/xacestr.h
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2006-08-03 14:26:06 -0400
committerEamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil>2006-08-03 14:26:06 -0400
commit45c229f526bf1dafb5e81b50d700449ba4e1613d (patch)
tree958b5f2c0ffcf3747a4e4350a781ad681382c685 /Xext/xacestr.h
parent96e45626c43b7674b66e0258b0b1730d5ce71357 (diff)
Remove LBX code.
Diffstat (limited to 'Xext/xacestr.h')
-rw-r--r--Xext/xacestr.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/Xext/xacestr.h b/Xext/xacestr.h
index d460715f9..a01bf4a2a 100644
--- a/Xext/xacestr.h
+++ b/Xext/xacestr.h
@@ -28,9 +28,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "windowstr.h"
#include "inputstr.h"
#include "xace.h"
-#ifdef LBX
-#include "lbxserve.h" /* for LbxExtensionEntry */
-#endif
/* XACE_CORE_DISPATCH */
typedef struct {
@@ -115,27 +112,4 @@ typedef struct {
XID authId;
} XaceAuthAvailRec;
-#ifdef LBX
-/* XACE_LBX_EXT_ACCESS */
-typedef struct {
- ClientPtr client;
- LbxExtensionEntry *ext;
- int rval;
-} XaceLbxExtAccessRec;
-
-/* XACE_DECLARE_LBX_EXT_SECURE */
-typedef struct {
- LbxExtensionEntry *ext;
- Bool secure;
-} XaceDeclareLbxExtSecureRec;
-
-/* XACE_LBX_PROXY_ACCESS */
-typedef struct {
- ClientPtr client;
- XID authId;
- int rval;
-} XaceLbxProxyAccessRec;
-
-#endif /* LBX */
-
#endif /* _XACESTR_H */