From daad8c925b9abebbc88f1b9d2bcab6fa7a15bc31 Mon Sep 17 00:00:00 2001 From: ArenM Date: Mon, 27 Apr 2020 14:26:44 -0400 Subject: [PATCH] Fix unused varible warning --- sway/input/seatop_default.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sway/input/seatop_default.c b/sway/input/seatop_default.c index 59c62cd45..1e7165d96 100644 --- a/sway/input/seatop_default.c +++ b/sway/input/seatop_default.c @@ -615,7 +615,6 @@ static void handle_axis(struct sway_seat *seat, * ----------------------------------*/ static void handle_touch_down(struct sway_seat *seat, uint32_t time_msec) { - struct seatop_default_event *e = seat->seatop_data; struct sway_cursor *cursor = seat->cursor; // Determine what's under the cursor