[PATCH] compositor.h: Remove unused variable from weston_seat structure
Bryce Harrington
bryce at osg.samsung.com
Mon Nov 23 23:47:26 PST 2015
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 weston_seat structure anymore.
> >
> > Signed-off-by: Chris Michael <cp.michael at samsung.com>
>
> Seems obvious enough to me.
>
> Reviewed-by: Derek Foreman <derekf at osg.samsung.com>
Thanks, pushed:
b50ed17..6172c38 master -> master
> > ---
> > src/compositor.h | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/src/compositor.h b/src/compositor.h
> > index f3e0075..669d6c9 100644
> > --- a/src/compositor.h
> > +++ b/src/compositor.h
> > @@ -536,7 +536,6 @@ struct weston_seat {
> >
> > void (*led_update)(struct weston_seat *ws, enum weston_led leds);
> >
> > - uint32_t slot_map;
> > struct input_method *input_method;
> > char *seat_name;
> > };
> >
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list