diff options
author | Diego Nieto Cid <dnietoc@gmail.com> | 2011-04-06 17:33:12 -0300 |
---|---|---|
committer | Diego Nieto Cid <dnietoc@gmail.com> | 2011-04-16 23:45:25 -0300 |
commit | 82c9555020db157a7c2c0624805f8fd09dfc7b7c (patch) | |
tree | a0c8021907daa2cb95aa79791de7684754a775f6 /console-client/xkb/xkb.h | |
parent | aa415b240011948e792de71ee46df1a496a13c57 (diff) |
Cleanup.
Diffstat (limited to 'console-client/xkb/xkb.h')
-rw-r--r-- | console-client/xkb/xkb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/console-client/xkb/xkb.h b/console-client/xkb/xkb.h index e13d5ddb..07694930 100644 --- a/console-client/xkb/xkb.h +++ b/console-client/xkb/xkb.h @@ -23,7 +23,6 @@ typedef unsigned int scancode_t; typedef int symbol; typedef int group_t; typedef unsigned int boolctrls; -//typedef int error_t; #define KEYCONSUMED 1 #define KEYNOTCONSUMED 0 @@ -328,7 +327,6 @@ typedef struct keypress { keycode_t keycode; keycode_t prevkc; - // struct keystate *state; unsigned short repeat:1; /* It this a real keypress?. */ unsigned short redir:1; /* This is not a real keypress. */ unsigned short rel; /* Key release. */ |