Re: [PATCH] compositor.h: Remove unused variable from weston_seat structure

2015-11-23 Thread Bryce Harrington
On Wed, Nov 18, 2015 at 09:24:31AM -0600, Derek Foreman wrote: > On 18/11/15 09:22 AM, Chris Michael wrote: > > This variable may have been used previously when evdev.c was used > > however that functionality seems to have been consumed by libinput, so > > there is no need for this variable in the

Re: [PATCH] compositor.h: Remove unused variable from weston_seat structure

2015-11-18 Thread Derek Foreman
On 18/11/15 09:22 AM, Chris Michael wrote: > This variable may have been used previously when evdev.c was used > however that functionality seems to have been consumed by libinput, so > there is no need for this variable in the weston_seat structure anymore. > > Signed-off-by: Chris Michael Seem

[PATCH] compositor.h: Remove unused variable from weston_seat structure

2015-11-18 Thread Chris Michael
This variable may have been used previously when evdev.c was used however that functionality seems to have been consumed by libinput, so there is no need for this variable in the weston_seat structure anymore. Signed-off-by: Chris Michael --- src/compositor.h | 1 - 1 file changed, 1 deletion(-)