Re: [PATCH weston] libinput: Remove unused static values

2016-05-04 Thread Jonas Ã…dahl
On Wed, May 04, 2016 at 10:04:33AM +0100, Daniel Stone wrote: > default_seat and default_seat_name are not used anywhere in this file. > > Signed-off-by: Daniel Stone RB me and pushed: 63225cf..d62004e master -> master Jonas > --- > src/libinput-seat.c | 3 --- > 1 file changed, 3 deleti

[PATCH weston] libinput: Remove unused static values

2016-05-04 Thread Daniel Stone
default_seat and default_seat_name are not used anywhere in this file. Signed-off-by: Daniel Stone --- src/libinput-seat.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/libinput-seat.c b/src/libinput-seat.c index 5b2dbec..5168890 100644 --- a/src/libinput-seat.c +++ b/src/libinput-se