diff options
author | Silvan Jegen <s.jegen@gmail.com> | 2018-06-03 19:48:15 +0200 |
---|---|---|
committer | Silvan Jegen <s.jegen@gmail.com> | 2018-06-03 19:54:33 +0200 |
commit | 736309c228345bf2c58a13ed5a9d88db0655b00f (patch) | |
tree | b5f08bfa4ab92aeab59e7496df3e2e4b34a087d3 | |
parent | 31c8ca7becc1f330bff5dd43f563dfb6aca308a4 (diff) |
Remove redundant roots_seat_remove_device function
This function is unimplemented and is redundant because all devices added
with roots_seat_add_device get destruction handlers assigned already.
This fixes issue #998.
-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); |