Remove unused variables

master
Ryan Walklin 6 years ago
parent 282fcd458c
commit f8129ecbc5

@ -13,8 +13,6 @@ void roots_switch_handle_toggle(struct roots_switch *lid_switch,
struct wl_list *bound_switches = &lid_switch->seat->input->server->config->switches;
struct roots_switch_config *sc;
wl_list_for_each(sc, bound_switches, link) {
bool device_match = false;
bool state_match = false;
if ((sc->name != NULL && strcmp(event->device->name, sc->name) != 0) &&
(sc->name == NULL && event->switch_type != sc->switch_type)) {
continue;

Loading…
Cancel
Save