diff options
author | emersion <contact@emersion.fr> | 2018-06-03 19:10:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-03 19:10:33 +0100 |
commit | 1c5c8652c52d8e9cfefddf6fb418af0d2b471fea (patch) | |
tree | b5f08bfa4ab92aeab59e7496df3e2e4b34a087d3 | |
parent | 31c8ca7becc1f330bff5dd43f563dfb6aca308a4 (diff) | |
parent | 736309c228345bf2c58a13ed5a9d88db0655b00f (diff) |
Merge pull request #1030 from Shugyousha/removeSeatRemoveDevice
Remove redundant roots_seat_remove_device function
-rw-r--r-- | include/rootston/seat.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/rootston/seat.h b/include/rootston/seat.h index d2ef90f3..7b09f339 100644 --- a/include/rootston/seat.h +++ b/include/rootston/seat.h @@ -94,9 +94,6 @@ void roots_seat_destroy(struct roots_seat *seat); void roots_seat_add_device(struct roots_seat *seat, struct wlr_input_device *device); -void roots_seat_remove_device(struct roots_seat *seat, - struct wlr_input_device *device); - void roots_seat_configure_cursor(struct roots_seat *seat); void roots_seat_configure_xcursor(struct roots_seat *seat); |