Fix unused varible warning

This commit is contained in:
ArenM 2020-04-27 14:26:44 -04:00
parent b5dcc04ce4
commit daad8c925b

View file

@ -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) { 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; struct sway_cursor *cursor = seat->cursor;
// Determine what's under the cursor // Determine what's under the cursor