summaryrefslogtreecommitdiff
path: root/include/dix.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dix.h')
-rw-r--r--include/dix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/dix.h b/include/dix.h
index fcb24888b..4b8a96e57 100644
--- a/include/dix.h
+++ b/include/dix.h
@@ -313,13 +313,11 @@ extern void SetMaskForEvent(
Mask /* mask */,
int /* event */);
-#ifdef SHAPE
extern void ConfineToShape(
DeviceIntPtr /* pDev */,
RegionPtr /* shape */,
int* /* px */,
int* /* py */);
-#endif
extern Bool IsParent(
WindowPtr /* maybeparent */,