Remove redundant variable

This commit is contained in:
Simon Long 2024-10-20 13:01:59 +01:00
parent 36bd2884e7
commit 5cba33a64c

View file

@ -398,7 +398,6 @@ static void
seat_update_capabilities(struct seat *seat)
{
struct input *input = NULL;
struct touch_config_entry *config_entry;
uint32_t caps = 0;
wl_list_for_each(input, &seat->inputs, link) {