idle_manager: remove unused parameter and field

wlr_seat isn't used anywhere.
This commit is contained in:
John Lindgren 2025-08-21 00:26:27 -04:00 committed by Hiroaki Yamamoto
parent 2b26a2c73f
commit a29bf5366f
3 changed files with 3 additions and 5 deletions

View file

@ -5,7 +5,7 @@
struct wl_display;
struct wlr_seat;
void idle_manager_create(struct wl_display *display, struct wlr_seat *wlr_seat);
void idle_manager_create(struct wl_display *display);
void idle_manager_notify_activity(struct wlr_seat *seat);
#endif /* LABWC_IDLE_H */