mirror of
https://github.com/swaywm/sway.git
synced 2025-11-25 06:59:48 -05:00
input/input-manager: drop input_manager_configure_all_inputs
This is now unused.
This commit is contained in:
parent
7036769bea
commit
5c99b98805
2 changed files with 0 additions and 9 deletions
|
|
@ -564,13 +564,6 @@ static void input_manager_configure_input(
|
|||
}
|
||||
}
|
||||
|
||||
void input_manager_configure_all_inputs(void) {
|
||||
struct sway_input_device *input_device = NULL;
|
||||
wl_list_for_each(input_device, &server.input->devices, link) {
|
||||
input_manager_configure_input(input_device);
|
||||
}
|
||||
}
|
||||
|
||||
void input_manager_configure_all_input_mappings(void) {
|
||||
struct sway_input_device *input_device;
|
||||
wl_list_for_each(input_device, &server.input->devices, link) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue