In xf86-input-mouse similar cleanup already done, can also make for keyboard?
Signed-off-by: Alexandr Shadchin <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
