summaryrefslogtreecommitdiff
path: root/src/state.c
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2013-07-26 00:50:26 +0300
committerRan Benita <ran234@gmail.com>2013-07-31 10:58:25 +0300
commitbe38862b2aa9ffcc5fe5f6ec68ce9c748d89658c (patch)
tree98f64d825cfa8c56beaf67394197531d498d4049 /src/state.c
parent3a0adc0f5c1e79c333477e81efe77134a84f473d (diff)
downloadxorg-lib-libxkbcommon-be38862b2aa9ffcc5fe5f6ec68ce9c748d89658c.tar.gz
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>
Diffstat (limited to 'src/state.c')
-rw-r--r--src/state.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/state.c b/src/state.c
index ac4576f..bfcf1d4 100644
--- a/src/state.c
+++ b/src/state.c
@@ -405,7 +405,6 @@ xkb_action_breaks_latch(const union xkb_action *action)
case ACTION_TYPE_PTR_LOCK:
case ACTION_TYPE_CTRL_SET:
case ACTION_TYPE_CTRL_LOCK:
- case ACTION_TYPE_KEY_REDIRECT:
case ACTION_TYPE_SWITCH_VT:
case ACTION_TYPE_TERMINATE:
return true;