From 736309c228345bf2c58a13ed5a9d88db0655b00f Mon Sep 17 00:00:00 2001 From: Silvan Jegen Date: Sun, 3 Jun 2018 19:48:15 +0200 Subject: [PATCH] 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. --- include/rootston/seat.h | 3 --- 1 file changed, 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);