Remove unused variables

This commit is contained in:
Ryan Walklin 2018-12-15 14:59:51 +11:00
parent 282fcd458c
commit f8129ecbc5
1 changed files with 0 additions and 2 deletions

View File

@ -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;