[PATCH 03/19] input: Remove unused SetKeySymsMap

2014-09-25 Thread Adam Jackson
Signed-off-by: Adam Jackson --- dix/devices.c | 57 - include/input.h | 3 --- 2 files changed, 60 deletions(-) diff --git a/dix/devices.c b/dix/devices.c index f17a3ac..3fb7ca0 100644 --- a/dix/devices.c +++ b/dix/devices.c @@ -1214,63

Re: [PATCH 03/19] input: Remove unused SetKeySymsMap

2014-09-29 Thread Keith Packard
Adam Jackson writes: > Signed-off-by: Adam Jackson What the heck was this ever used for? Reviewed-by: Keith Packard -- keith.pack...@intel.com pgpWC8kz6g2DX.pgp Description: PGP signature ___ xorg-devel@lists.x.org: X.Org development Archives: h

Re: [PATCH 03/19] input: Remove unused SetKeySymsMap

2014-09-29 Thread Daniel Stone
Hi, On 29 September 2014 21:27, Keith Packard wrote: > Adam Jackson writes: > > Signed-off-by: Adam Jackson > > What the heck was this ever used for? > It was a helper function from back when we kept a copy of the core keymap _and_ the XKB keymap, and meticulously kept them both in sync. That