aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/wlr/backend/wayland.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/wlr/backend/wayland.h b/include/wlr/backend/wayland.h
index a5b5e7a3..770d6a03 100644
--- a/include/wlr/backend/wayland.h
+++ b/include/wlr/backend/wayland.h
@@ -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