summaryrefslogtreecommitdiff
path: root/src/xkb/XKB.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-11 15:01:25 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-20 17:05:50 -0800
commit3296d7b8d14a6c114489d40b76e8da339e11b25c (patch)
treec8375876b88bb4f749ce75b97f2971383743c41a /src/xkb/XKB.c
parent4322fff7e125c7975dc1b83c433b904c7d3384b5 (diff)
unifdef __sgi
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/xkb/XKB.c')
-rw-r--r--src/xkb/XKB.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xkb/XKB.c b/src/xkb/XKB.c
index 4df82b24..0f5c7a31 100644
--- a/src/xkb/XKB.c
+++ b/src/xkb/XKB.c
@@ -373,11 +373,7 @@ XkbGetXlibControls(Display *dpy)
unsigned int
XkbXlibControlsImplemented(void)
{
-#ifdef __sgi
- return XkbLC_AllControls;
-#else
return XkbLC_AllControls & ~XkbLC_AllComposeControls;
-#endif
}
Bool