From 5cba33a64c4f415e6f62a92b4b2418b100c09d8d Mon Sep 17 00:00:00 2001 From: Simon Long Date: Sun, 20 Oct 2024 13:01:59 +0100 Subject: [PATCH] Remove redundant variable --- src/seat.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/seat.c b/src/seat.c index fd249dd0..cbfe329b 100644 --- a/src/seat.c +++ b/src/seat.c @@ -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) {