Merge pull request #1030 from Shugyousha/removeSeatRemoveDevice

Remove redundant roots_seat_remove_device function
This commit is contained in:
emersion 2018-06-03 19:10:33 +01:00 committed by GitHub
commit 1c5c8652c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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);