From 82c9555020db157a7c2c0624805f8fd09dfc7b7c Mon Sep 17 00:00:00 2001 From: Diego Nieto Cid Date: Wed, 6 Apr 2011 17:33:12 -0300 Subject: Cleanup. --- console-client/xkb/xkb.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'console-client/xkb/xkb.h') 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. */ -- cgit v1.2.3