[PATCH keyboard] Remove random History comment and OS_KBD_VERSION_CURRENT
Alexandr Shadchin
alexandr.shadchin at gmail.com
Sun Jan 9 22:05:04 PST 2011
On Mon, Jan 10, 2011 at 5:01 AM, Peter Hutterer
<peter.hutterer at who-t.net> wrote:
> 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 <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
>
> 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
>
Thanks for the tip, I will keep in mind.
--
Alexandr Shadchin
More information about the xorg-devel
mailing list