summaryrefslogtreecommitdiff
path: root/console-client/xkb/xkb.h
diff options
context:
space:
mode:
Diffstat (limited to 'console-client/xkb/xkb.h')
-rw-r--r--console-client/xkb/xkb.h2
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. */