diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-11 15:01:25 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-20 17:05:50 -0800 |
commit | 3296d7b8d14a6c114489d40b76e8da339e11b25c (patch) | |
tree | c8375876b88bb4f749ce75b97f2971383743c41a /src/xkb/XKB.c | |
parent | 4322fff7e125c7975dc1b83c433b904c7d3384b5 (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.c | 4 |
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 |