[PATCH keyboard] Remove random History comment and OS_KBD_VERSION_CURRENT

Alexandr Shadchin alexandr.shadchin at gmail.com
Sat Jan 8 04:08:41 PST 2011


In xf86-input-mouse similar cleanup already done, can also make for keyboard?

Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin at gmail.com>
---
 src/xf86OSKbd.h |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

diff --git a/src/xf86OSKbd.h b/src/xf86OSKbd.h
index 561bf89..dc8219a 100644
--- a/src/xf86OSKbd.h
+++ b/src/xf86OSKbd.h
@@ -97,21 +97,3 @@ typedef struct {
 } KbdProtocolRec;
 
 Bool xf86OSKbdPreInit(InputInfoPtr pInfo);
-
-/* Adjust this when the kbd interface changes. */
-
-/*
- * History:
- *
- *  1.0.0 - Initial version.
- */
-
-#define OS_KBD_VERSION_MAJOR 1
-#define OS_KBD_VERSION_MINOR 0
-#define OS_KBD_VERSION_PATCH 0
-
-#define OS_KBD_VERSION_CURRENT						\
-	BUILTIN_INTERFACE_VERSION_NUMERIC(OS_KBD_VERSION_MAJOR,		\
-					  OS_KBD_VERSION_MINOR,		\
-					  OS_KBD_VERSION_PATCH)
-
-- 
1.7.3.5



More information about the xorg-devel mailing list