backend/wayland: fix undefined reference to wlr_wl_input_device_get_seat

Amend b7e9ad79 to remove wlr_wl_input_device_get_seat definition.

Closes: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3611
This commit is contained in:
zccrs 2023-03-17 15:43:34 +08:00
parent 689627f0c0
commit 5602fb1373
1 changed files with 0 additions and 5 deletions

View File

@ -57,9 +57,4 @@ void wlr_wl_output_set_title(struct wlr_output *output, const char *title);
*/
struct wl_surface *wlr_wl_output_get_surface(struct wlr_output *output);
/**
* Returns the remote struct wl_seat for a Wayland input device.
*/
struct wl_seat *wlr_wl_input_device_get_seat(struct wlr_input_device *dev);
#endif