aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-06-03 19:10:33 +0100
committerGitHub <noreply@github.com>2018-06-03 19:10:33 +0100
commit1c5c8652c52d8e9cfefddf6fb418af0d2b471fea (patch)
treeb5f08bfa4ab92aeab59e7496df3e2e4b34a087d3 /include
parent31c8ca7becc1f330bff5dd43f563dfb6aca308a4 (diff)
parent736309c228345bf2c58a13ed5a9d88db0655b00f (diff)
Merge pull request #1030 from Shugyousha/removeSeatRemoveDevice
Remove redundant roots_seat_remove_device function
Diffstat (limited to 'include')
-rw-r--r--include/rootston/seat.h3
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);