diff options
author | Alexandr Shadchin <alexandr.shadchin@gmail.com> | 2011-01-08 20:09:48 +0500 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-01-10 10:03:30 +1000 |
commit | dd9ed7921ccffff9cacb6dc128b3f426f9312535 (patch) | |
tree | 449dcef05a358cbdca80e62c4473e882658aa4cb | |
parent | 78652023a9f7758635e5507255826d79fbb2b028 (diff) |
Removing unused PROT_XQUEUE and PROT_USB
Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | src/xf86OSKbd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xf86OSKbd.h b/src/xf86OSKbd.h index dc8219a..5e90134 100644 --- a/src/xf86OSKbd.h +++ b/src/xf86OSKbd.h @@ -85,9 +85,7 @@ typedef struct { typedef enum { PROT_STD, - PROT_XQUEUE, PROT_WSCONS, - PROT_USB, PROT_UNKNOWN_KBD } KbdProtocolId; |