keymap: remove struct xkb_key_redirect_action
authorRan Benita <ran234@gmail.com>
Thu, 25 Jul 2013 21:50:26 +0000 (00:50 +0300)
committerRan Benita <ran234@gmail.com>
Wed, 31 Jul 2013 07:58:25 +0000 (10:58 +0300)
commitbe38862b2aa9ffcc5fe5f6ec68ce9c748d89658c
tree98f64d825cfa8c56beaf67394197531d498d4049
parent3a0adc0f5c1e79c333477e81efe77134a84f473d
keymap: remove struct xkb_key_redirect_action

The file src/xkbcomp/action.c already doesn't handle this action type
and fails if it encounters it. So lets not pretend to do something with
it, and ignore it rather than failing.

If we/someone wants this we can consider implementing it.

Signed-off-by: Ran Benita <ran234@gmail.com>
src/keymap.h
src/state.c
src/text.c