wayland: Drop an unused field

Nobody is using the wl_input_device field.
This commit is contained in:
Matthias Clasen 2023-06-05 17:17:48 -04:00
parent 6b26a4f9be
commit ad8e5c3a39
2 changed files with 0 additions and 2 deletions

View File

@ -98,7 +98,6 @@ struct _GdkWaylandDisplay
struct xdg_wm_base *xdg_wm_base;
struct zxdg_shell_v6 *zxdg_shell_v6;
struct gtk_shell1 *gtk_shell;
struct wl_input_device *input_device;
struct wl_data_device_manager *data_device_manager;
struct wl_subcompositor *subcompositor;
struct zwp_pointer_gestures_v1 *pointer_gestures;

View File

@ -623,7 +623,6 @@ add_wayland_protocols (GdkDisplay *display,
append_wayland_protocol_row (gen, (struct wl_proxy *)d->xdg_wm_base);
append_wayland_protocol_row (gen, (struct wl_proxy *)d->zxdg_shell_v6);
append_wayland_protocol_row (gen, (struct wl_proxy *)d->gtk_shell);
append_wayland_protocol_row (gen, (struct wl_proxy *)d->input_device);
append_wayland_protocol_row (gen, (struct wl_proxy *)d->data_device_manager);
append_wayland_protocol_row (gen, (struct wl_proxy *)d->subcompositor);
append_wayland_protocol_row (gen, (struct wl_proxy *)d->pointer_gestures);