diff options
author | Daniel Stone <daniel@fooishbar.org> | 2012-08-21 14:40:51 +0100 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2012-09-10 19:23:35 +0100 |
commit | 314965b1f093fc8cd551e3e64fe1ed699205f2e3 (patch) | |
tree | 2647690ee3d229b06d6c5dc833d15bd269bdc71d /src/xkbcomp/keymap.c | |
parent | b04d896ab25cca055e5bcc3d2e58d9c9fb6ef3c4 (diff) | |
download | libxkbcommon-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.c | 5 |
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; } |