mirror of
https://github.com/labwc/labwc.git
synced 2026-04-08 08:21:09 -04:00
idle_manager: remove unused parameter and field
wlr_seat isn't used anywhere.
This commit is contained in:
parent
d14f5ca228
commit
1844eff815
3 changed files with 3 additions and 5 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue