On Sat, Jan 08, 2011 at 05:08:41PM +0500, Alexandr Shadchin wrote: > 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
applied, thanks. a suggestion for the future - please send patchsets numbered, as one thread, it's a lot easier to go through the patches and apply them in-order or even to find a specific set of patches in an overcrowded inbox. Cheers, Peter _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
