aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/input-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/input-manager.c')
-rw-r--r--sway/input/input-manager.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sway/input/input-manager.c b/sway/input/input-manager.c
index 5300919a..dcaeb056 100644
--- a/sway/input/input-manager.c
+++ b/sway/input/input-manager.c
@@ -564,13 +564,6 @@ static void input_manager_configure_input(
564 } 564 }
565} 565}
566 566
567void input_manager_configure_all_inputs(void) {
568 struct sway_input_device *input_device = NULL;
569 wl_list_for_each(input_device, &server.input->devices, link) {
570 input_manager_configure_input(input_device);
571 }
572}
573
574void input_manager_configure_all_input_mappings(void) { 567void input_manager_configure_all_input_mappings(void) {
575 struct sway_input_device *input_device; 568 struct sway_input_device *input_device;
576 wl_list_for_each(input_device, &server.input->devices, link) { 569 wl_list_for_each(input_device, &server.input->devices, link) {