aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/sway/input/input-manager.h2
-rw-r--r--sway/input/input-manager.c7
2 files changed, 0 insertions, 9 deletions
diff --git a/include/sway/input/input-manager.h b/include/sway/input/input-manager.h
index 6652d60c..4bd51709 100644
--- a/include/sway/input/input-manager.h
+++ b/include/sway/input/input-manager.h
@@ -45,8 +45,6 @@ void input_manager_configure_xcursor(void);
45 45
46void input_manager_apply_input_config(struct input_config *input_config); 46void input_manager_apply_input_config(struct input_config *input_config);
47 47
48void input_manager_configure_all_inputs(void);
49
50void input_manager_configure_all_input_mappings(void); 48void input_manager_configure_all_input_mappings(void);
51 49
52void input_manager_reset_input(struct sway_input_device *input_device); 50void input_manager_reset_input(struct sway_input_device *input_device);
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) {