summaryrefslogtreecommitdiff
path: root/xkb
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-02-28 16:55:26 +0000
committerDaniel Stone <daniel@fooishbar.org>2006-02-28 16:55:26 +0000
commit1cfa9f647e0241f4b9e56556b128d7bfd987eaca (patch)
tree31b12d8e60e7e2fafa8a7db56e5ad889a1ae6ddb /xkb
parente3b6b95f29cb2ea00b4290d694c5e202b8d180ad (diff)
Bug #5216: Allow options to appear with other components.
Diffstat (limited to 'xkb')
-rw-r--r--xkb/maprules.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/xkb/maprules.c b/xkb/maprules.c
index 53decdcad..3c4905ad1 100644
--- a/xkb/maprules.c
+++ b/xkb/maprules.c
@@ -378,13 +378,6 @@ Bool found;
remap->num_remap= 0;
return;
}
- if (((present&PART_MASK)&(1<<OPTION))&&
- ((present&PART_MASK)!=(1<<OPTION))) {
- PR_DEBUG("Options cannot appear with other parts\n");
- PR_DEBUG("Illegal mapping ignored\n");
- remap->num_remap= 0;
- return;
- }
if (((present&COMPONENT_MASK)&(1<<KEYMAP))&&
((present&COMPONENT_MASK)!=(1<<KEYMAP))) {
PR_DEBUG("Keymap cannot appear with other components\n");