mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
idle_manager: remove unused parameter and field
wlr_seat isn't used anywhere.
This commit is contained in:
parent
2b26a2c73f
commit
a29bf5366f
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