summaryrefslogtreecommitdiff
path: root/src/xkbcomp/keymap.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-08-21 14:40:51 +0100
committerDaniel Stone <daniel@fooishbar.org>2012-09-10 19:23:35 +0100
commit314965b1f093fc8cd551e3e64fe1ed699205f2e3 (patch)
tree2647690ee3d229b06d6c5dc833d15bd269bdc71d /src/xkbcomp/keymap.c
parentb04d896ab25cca055e5bcc3d2e58d9c9fb6ef3c4 (diff)
downloadlibxkbcommon-314965b1f093fc8cd551e3e64fe1ed699205f2e3.tar.gz
libxkbcommon-314965b1f093fc8cd551e3e64fe1ed699205f2e3.tar.bz2
libxkbcommon-314965b1f093fc8cd551e3e64fe1ed699205f2e3.zip
Remove deprecated actions
We didn't do anything with ISO_Lock, ActionMessage, RedirectKey, and the device-specifying variants of the pointer actions, so remove those. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'src/xkbcomp/keymap.c')
-rw-r--r--src/xkbcomp/keymap.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/xkbcomp/keymap.c b/src/xkbcomp/keymap.c
index b1cd369..5875ca7 100644
--- a/src/xkbcomp/keymap.c
+++ b/src/xkbcomp/keymap.c
@@ -57,11 +57,6 @@ UpdateActionMods(struct xkb_keymap *keymap, union xkb_action *act,
mods = &act->mods.mods;
break;
- case XkbSA_ISOLock:
- flags = act->iso.flags;
- mods = &act->iso.mods;
- break;
-
default:
return;
}